Question: Write a short program that prints each integer number from 80 to 1 on a new line (Descending). Additionally, for each multiple of 2, display
Write a short program that prints each integer number from 80 to 1 on a new line (Descending). Additionally, for each multiple of 2, display "Good" instead of the integer number. For each multiple of 5, print "Day" instead of the integer number. For numbers which are multiples of both 2 and 5, print "GoodDay" instead of the integer number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
