Write a program that reads a string from the user


Program must be written in C++:

Write a program that reads a string from the user containing a date in the form mm/dd/yyyy and saves it in another string in the form month day, year and then prints it.

For example, if the user enters 12/01/2016, the output should be December 1, 2016. if the user enters 02/25/2016, the output should be February 25 , 2016.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that reads a string from the user
Reference No:- TGS02900722

Expected delivery within 24 Hours