- 3
Please help
You need to make a countdown app. Given a number N as input, output numbers from N to 1 on separate lines. Also, when the current countdown number is a multiple of 5, the app should output "Beep". Sample Input: 12 Sample Output: 12 11 10 Beep 9 8 7 6 5 Beep 4 3 2 1
3 Respostas
+ 1
show us your code😠
0
Namatovu Najah
you have many mistakes, read the comments in below code
compare your code with mine
https://code.sololearn.com/cr7I6gcYI9X5/?ref=app