Assume that you are a college professor needing to average grades for 10 students. Write a program that asks for each student's name and grade. Print the list on-screen with each student's name and grade in two columns. Make sure that the columns aligned by using a width modifier on the grade. At the bottom, print the average of all grades.
(Hint: Store the 10 names and 10 grades in different variables with different names.)