write a python program that displays a message as follows for a given number??
Answers
Answered by
12
Answer:
Write a python program that displays a message as follows for a given number:
If it is a multiple of three, display "Zip".
If it is a multiple of five, display "Zap".
If it is a multiple of both three and five, display "Zoom".
If it does not satisfy any of the above given conditions, display "Invalid".
Similar questions