Skip to content

Commit

Permalink
Update task.md
Browse files Browse the repository at this point in the history
language checked
  • Loading branch information
stephen-hero authored Dec 15, 2023
1 parent 58db8c8 commit fdb9c0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Chat/askFirstQuestion/task.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
In this task you will start implement the project.
In this task, you will start implementing the project.

### Task

Ask the first question from the user `Hello! I'm glad to meet you, let me get to know you better! What is your name?`,
and then read the user's answer into a variable (you can use any name of the variable that you wish).
Ask the user the first question: `Hello! I'm glad to meet you, let me get to know you better! What is your name?`,
and then store the user's answer in a variable (you can use any variable name you choose).

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

If you have any difficulties, **hints will help you solve this task**.

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

<div class="hint" title="Push me to learn which functions can be helpful to solve this task">

To print a question you can use the `println` function from the previous steps.
Then, no read the user input into a variable, you can use the `readlnOrNull` function.
To print a question, you can use the `println` function from the previous steps.
Then, to store the user's input in a variable, you can use the `readlnOrNull` function.

</div>

0 comments on commit fdb9c0f

Please sign in to comment.