subject

A. design an application in which the number of days for each month in the year is stored in an array. (for example, january has 31 days, february has 28, and so on. assume that the year is not a leap year.) display 12 sentences in the same format for each month; for example, the sentence displayed for january is month 1 has 31 days. b. modify the months and days program to contain a parallel array that stores month names. display 12 sentences in the same format; for example, the first sentence is january has 31 days. c. modify the months and days program to prompt the user for a month number and display the corresponding sentence, for example, january has 31 days. d. prompt a user to enter a birth month and day, and continue to prompt until the day entered is in range for the month. compute the days numeric position in the year. (for example, february 2 is day 33.) then, using parallel arrays, find and display the traditional zodiac sign for the date. for example, the sign for february 2 is aquarius.

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 06:30, lilpeepxliltracy
This technology is used to produce high-quality documents that look good on the computer screen and in print.
Answers: 1
image
Computers and Technology, 22.06.2019 23:00, brooklynmikestovgphx
Suppose s, t, and w are strings that have already been created inside main. write a statement or statements, to be added to main, that will determine if the lengths of the three strings are in order by length, smallest to largest. that is, your code should determine if s is strictly shorter than t, and if t is strictly shorter than w. if these conditions hold your code should print (the boolean value) true. if not, your code should print false. (strictly means: no ties) example: if s, t, and w are "cat", "hats", and "skies" your code should print true - their lengths are 3-4-5; but if s, t, and w are "cats" "shirt", and "trust", then print false - their lengths are 4-5-5 enter your code in the box below
Answers: 2
image
Computers and Technology, 24.06.2019 00:10, roxymiller3942
Read each statement below. if the statement describes a peer-to-peer network, put a p next to it. if the statement describes a server-based network, put an s next to it. p - peer-to-peer s - server-based
Answers: 1
image
Computers and Technology, 24.06.2019 00:40, iamsecond235p318rq
To maintain clarity and focus lighting might be needed
Answers: 2
You know the right answer?
A. design an application in which the number of days for each month in the year is stored in an arra...

Questions in other subjects: