Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions