0
Why does this program not counts as right one in the 21 task?
7 Respuestas
+ 3
Ksenia Lis
I think you have used any russian character in your code.
+ 1
oh thats was the mistake! thank you so much
0
Ksenia Lis Its hard understand the problem without know what it would do... Please, add some details
0
You need to create a countdown app. You are given a number N, print each number from N to 1 on a separate line. Also, when the current countdown number is a multiple of 5, the application should output "Beep". Example Input: 12 Example Output:
12
11
10
Beep
9
8
7
6
5
Beep
4
3
2
1
0
this task has a number 21
0
Ksenia Lis I dont see any error
0
me either, but task says its wrong code😔