Introduction - If you have any usage issues, please Google them yourself
Defined class of students, requiring storage student number, name, age, gender, class, and other information, stored as private member variables, respectively, to achieve readInfo (...), PrintInfo (...), findInfo (...) c a public member functions for reading the information, the information printed, information search. Requirements readInfo (...) from the keyboard and set the student information, findInfo (...) student number from the keyboard for the students to find objects, PrintInfo (...) print out the student information