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.