Question: c++ 7 Write a program that reads a number from the user which represents a day in January. Then calculate that January 16 is which

c++

c++ 7 Write a program that reads a number from the user

7 Write a program that reads a number from the user which represents a day in January. Then calculate that January 16 is which day in the week, assuming January 1 is Wednesday. It should print the date in the form January 16, Thursday, if the user inputs 16. Hint: you can use a two-dimensional array to name months: Char week[[7] = ("Monday", "Tuesday", "Wednesday". ... } Then, cout

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!