Project 2
Write a program that will ask the user to input 3 student first names and 5 scores for each student. Use a multi-dimensional Array to store the student name, 5 scores, total, ceiling of the average, and letter grade. Use a Function to find the ceiling of the average. Use a Function to get the letter grade using a switch. After all data has been input, then display the information as shown below.
The screen output should look something like this:
Mike 100 97 95 93 91 476 95 A
Sam 90 97 95 93 91 466 93 A
Frank 80 83 87 93 91 434 87 B