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 terminated only if the input is E. 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
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
Screenshot the source code and the output
and paste in a doc file and submit here.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images