o it with c++ Student Registration System is an approach that enables colleges and universities to better supervise a growing number of enrollments. Create a menu system for registration program in c++ that asking an input based on the choices below. If the input is A then the program will ask for name and program (course) store in two arrays, if B then the program will display all the data stored on the array and the program will be terminate
do it with c++
Student Registration System is an approach that enables colleges and universities to better supervise a growing number of enrollments. Create a menu system for registration
Apply also function on the program:
Menu System – 1st Way of Function
- Add Student – 4th Way of Function
Example:
REGISTRATION SYSTEM:
A - Add Student
B - View ALL
E - Exit
Choose: A
Name: John Lloyd
Program: CpE
REGISTRATION SYSTEM:
A - Add Student
B - View ALL
E - Exit
Choose: B
Name Program
James Yap - EE
John Lloyd - CpE
Step by step
Solved in 2 steps with 1 images