Help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

Help me

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

9th Aug 2022, 1:39 PM
Daysiree Maranan
Daysiree Maranan - avatar
3 Answers
- 1
I will help, but I won't give you the answer... Step 1: get the input Step 2: check how you can see if divisible by 5 Step 3: print number then/or beep
9th Aug 2022, 4:13 PM
Tafara_111
Tafara_111 - avatar
+ 5
Your attempt?
9th Aug 2022, 1:42 PM
Jayakrishna 🇮🇳
0
Remember to apply this logic, input, processing, output, Give me a follow if you appreciate!
9th Aug 2022, 4:14 PM
Tafara_111
Tafara_111 - avatar