You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Print the real questions and the user's answers to them. The real questions are stored in the already predefined firstQuestion, secondQuestion, and thirdQuestion variables. Before the real questions, print the text: 'Now let's have fun!'
"Predefined" means that you can access these variables because the course creator put them in the project and added the necessary values. For example, you can write println($firstQuestion) to print the value from the predefined firstQuestion variable.
expected: <Hello! I will ask you several questions.
Please answer all of them and be honest with me!
What is TROTEN?
How did you spend your graduation?
Why does a spider need eight legs?
Now let's have fun!
What is Kotlin?
<some user's answer>
How was Kotlin invented?
<some user's answer>
Why are you learning Kotlin?
<some user's answer>
but was: <Hello! I will ask you several questions.
Please answer all of them and be honest with me!
What is TROTEN?
How did you spend your graduation?
Why does a spider need eight legs?
Now let's have fun!
What is TROTEN?
How did you spend your graduation?
Why does a spider need eight legs?
What is TROTEN?
<some user's answer>
How did you spend your graduation?
<some user's answer>
Why does a spider need eight legs?
<some user's answer>
Update your tests please. Being a developer already it I found this quickly. A true beginner would not have a clue.
The text was updated successfully, but these errors were encountered:
Description: Print the real questions and the user's answers to them. The real questions are stored in the already predefined firstQuestion, secondQuestion, and thirdQuestion variables. Before the real questions, print the text: 'Now let's have fun!'
"Predefined" means that you can access these variables because the course creator put them in the project and added the necessary values. For example, you can write println($firstQuestion) to print the value from the predefined firstQuestion variable.
expected: <Hello! I will ask you several questions.
Please answer all of them and be honest with me!
What is TROTEN?
How did you spend your graduation?
Why does a spider need eight legs?
Now let's have fun!
What is Kotlin?
<some user's answer>
How was Kotlin invented?
<some user's answer>
Why are you learning Kotlin?
<some user's answer>
Update your tests please. Being a developer already it I found this quickly. A true beginner would not have a clue.
The text was updated successfully, but these errors were encountered: