Write a C++ application that asks the user to input grades for 5 student (3 grades each) save them in a five double one dimensional arrays (one array for each student), the program should then print contents in a tabular format like the following:
Students/Grades Grade1 Grade2 Grade3 Average Largest smallest.