Develop C++ a program using SWITCH and IF statement ONLY and modulo operator to determine the day of the week for a particular date. The program should read the day in the month, such as 9 for July 9. It should also present a menu of the days of the week and ask the day of the week for the first day in the month. A sample session might go as follows:This program can tell you the day of the week for any day in a month.What is the number of today’s date (1 – 31): 8The first of the month was on which day?1. Sunday2. Monday3. Tuesday4. Wednesday5. Thursday6. Friday7. SaturdayPlease give the day (1 – 7): 3Day 8 of the month is on a Tuesday.Run your program multiple times testing a different month start date and a different day of the week.Day (1-31) Month start day (1-7)Use 1-7 1Use 1-7 2Use 1-7 3Use 1-7 4Use 1-7 5Use 1-7 6Use 1-7 7Random number Random numberBe sure to check for valid data to make sure the 20th of each month works.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here