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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!