In c++ write a program that will read in an array of 10 names and an array of 10 grades. The program will then ask for a name and print out what grade that student is in. The
program will then ask for a grade and print out all students who are in that grade.