Problem
Write a program that reads a string from the user containing a date in the form mm/dd/yyyy. It should print the date in the format of March 12, 2018. You should create a list of months that holds each name of the twelve months in order. Do not use an if/else decision structure.