Question: Write a complete C++ program to input a month (1...12) and a day (1...31), and output the next day. For example if the input is

Write a complete C++ program to input a month (1...12) and a day (1...31), and output the next day. For example if the input is 1 and 31, donating the month and day: 1 31 then the output should be 2/1 follow by a new line. another Example. The input 12 and 31 should the output 1/1 (one and one)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
