Problem
Write a complete program to input, store, and output college course data. Course data includes course name, professor name, and hours. The program must run and provide the execution below. In addition to the main method, your program must use four other methods:
I. One method to input and store course names
II. One method to input and store professor names
III. One method to input and store hours
IV. One method to print all course data input by a, b, c