Please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

12th Apr 2022, 3:53 PM
Namatovu Najah
3 Answers
+ 1
show us your code😠
12th Apr 2022, 4:00 PM
NonStop CODING
NonStop CODING - avatar
12th Apr 2022, 4:41 PM
Namatovu Najah
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
12th Apr 2022, 4:46 PM
NonStop CODING
NonStop CODING - avatar