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++

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
Get step-by-step solutions from verified subject matter experts
