Question: Write a short C++ program that will prompt the user and input three integer values (month, day, year) from the console in a date format

Write a short C++ program that will prompt the user and input three integer values (month, day, year) from the console in a "date" format that includes '/' separator characters. E.g., 8/21/2013. You program should then output the date as 3 integer values in year, month, day order separated by commas. Enter a date in mm/dd/yyyy format: 8/21/2013 year, month, day: 2013, 8, 21
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
