Write an application that stores at least four different course names and meeting days and times in a two-dimensional array. Allow the user to enter a course name (such as "CS 110") and display the day of the week and time that the course is held (such as Th 3:30). If the course does not exist, display an error message.