0
Solve the problem
Given three natural numbers a, b, c which represent the day, month and year of some date. For example: 1, 4, 1991 represents 1st April 1991. Output three numbers which represent the following date. Example: Input: 1 4 1991 Output 2 4 1991 #include <iostream> using namespace std; int main (){ .......
3 RĂ©ponses
+ 5
Do you need help with the problem described? Can you show your attempts?
+ 1
Azat Malgazhdar then make an attempt and post your attempt code.
0
I haven't attempts