Write a C++ program the uses type def, enumerated types, structures, and structure pointers where appropriate. Make sure the function String_To_MDY() assumes that the user correctly enters the date in the form mm/dd/yyyy. Then record this function to include the following test. Test the string hat the user enters to see if it consists of two digits, followed by a slash, followed by two more digits and a slash, followed by four digits.