C++Please add comments on information for file. Thank you!Write a program that simulates the database to manage the information of a school with the following information (use arrays to save the information of each student). a. Student ld b. Name of the student c. Major d. IQ (Intelligence Quotient) e. Address f. Telephone number g. GPA You must validate your program to not accept repeat student_ld. The program has to display the following menu: 1) Register student 2)
OR
OR