โ Back to User Input
Question 246
Divisible by 5 from Input
Divisible by 5 from Input
Read an integernfrom standard input. PrintYesifnis evenly divisible by 5, otherwise printNo. Print exactlyYesorNo(capital first letter) with no trailing newline. For example, if the input is25, print: Yes
Expected Output:
Yes
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.