C++ Concepts: For and While Loops A teacher wants to compute theresults of a series of quizzes for her class. The quizzes areorganized by student (all of each student’s quiz papers are groupedtogether). The teacher knows how many quizzes were presented, butdoes not know how many students took those quizzes. However, theteacher knows that there is at least one student in her class, andthat every student has taken at least one quiz (you should bethinking “do loop”). Write a program that will: A. Ask for eachstudent’s first name. Run through a loop collecting quiz score datafor each student. The quizzes
OR
OR