From 7657567719b79ea5cdbcf8dc28ce16136d097548 Mon Sep 17 00:00:00 2001 From: stephen-hero <78870893+stephen-hero@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:25:21 +0200 Subject: [PATCH] Update task.md language checked --- AlmostDone/CompleteTheProject/task.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AlmostDone/CompleteTheProject/task.md b/AlmostDone/CompleteTheProject/task.md index d7b44de5..7511d41f 100644 --- a/AlmostDone/CompleteTheProject/task.md +++ b/AlmostDone/CompleteTheProject/task.md @@ -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.
@@ -13,14 +13,14 @@ fun photoshop(): Unit ```
-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.
@@ -38,5 +38,5 @@ If you have any difficulties, **hints will help you solve this task**.
-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.