Skip to content

Commit

Permalink
Update task.md (#202)
Browse files Browse the repository at this point in the history
language checked
  • Loading branch information
stephen-hero authored Dec 20, 2023
1 parent dead131 commit 8561274
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AlmostDone/CompleteTheProject/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This time, without a new theoretical part!

### Task

Finish the game – implement the `photoshop` function, that combines all functions together.
Complete the game – implement the `photoshop` function, which combines all functions together.

<div class="hint" title="Click me to see the signature of the photoshop function">

Expand All @@ -13,14 +13,14 @@ fun photoshop(): Unit
```
</div>

Firstly, read the picture and the filter using already implemented functions.
Firstly, read the picture and the filter using the already implemented functions.
Next, print the initial picture to the console with the description `The old image:`,
apply the filter and print the new picture with its description `The transformed picture:`.
then apply the filter and print the new picture with the description `The transformed picture:`.
Finally, call this function in the `main` function.

**Note**: to avoid typos, just copy the text from here and paste it into your code.

Also, the `main` function will be checked - just uncomment code in the `main` function.
Also, the `main` function will be checked - just uncomment the code in the `main` function.

<div class="hint" title="Click me to see the console photoshop project example">

Expand All @@ -38,5 +38,5 @@ If you have any difficulties, **hints will help you solve this task**.

<div class="hint" title="Click me to see possible ways to expand the project">

Try expanding this project yourself! For example, add new predefined pictures or filters.
Try expanding this project yourself! For example, you can add new predefined pictures or filters.
</div>

0 comments on commit 8561274

Please sign in to comment.