c++ programming need code for the sample run/output on the attached images there are no restrictions with coding as long as it is under c++ you may use array and OOP and other structures if needed but make the code as simple and basic as it can get whenever possible also please insert pseudocodes for better understanding If you are the previous person who answered this, I have made revisions. Please change accordingly Thank you! Sample Run/Output: STUDENT ENROLLMENT SYSTEM Registration Records Exit Choose: [1/2/3] Enter number of choice: *user input *if 1. Registration New Student Returning Student choose: [a/b] Enter letter of choice: *user input *if a. New Student Enter Name: *user input Enter General Average: *user input *if average is less than 75, print “cannot proceed”, end program *else, continue and print “You may proceed with registration” REGISTRATION Enter Age: *user input Enter Sex: *user input Enter Address: *user input Enter College/Faculty: *user input Enter Program: *user input Enter Academic Year: *user input Enter Entrance Exam Score: *user input *if score is 94 to 100, assign section to section 1 *if score is 84 to 93, assign section to section 2 *if score is 75 to 83, assign section to section 3 *if score is less than 75, print “cannot proceed”, end program *else, continue and print “You may proceed with enrollment” ENROLLMENT Tuition Fee Amount to Pay: USD50000 Choose Payment Terms: Full or Installment? *user input *If terms is “installment”, print “You still have remaining balance of USD25000” and continue *else, continue: Choose Mode of Payment: Cash, Check or Online Transfer? *user input *print “Processing payment… “ for any of the mode of payment and continue ENROLLMENT STATUS CHATBOT Have you fill out the enrollment forms? (Y or N): *user input *if answer is “N”, print “Fill out the enrollment forms to continue” *repeat question until input is Y *else, continue: Have you submitted the forms? (Y or N): *user input *if answer is “N”, print “Submit the enrollment form to continue” *repeat question until input is Y *else, continue: Have you paid the tuition fee? (Y or N): *user input *if answer is “N”, print “Pay the tuition fee to continue” *repeat question until input is Y *if all the questions are Y, print: REGISTRATION FORM You are successfully enrolled *Name* Student Number: *Student Number* *assign student number starting from 1* *print user input: Age Sex Address College/Faculty Program Academic Year Do you want to continue? (Y or N): *user input *if answer is Y, return to main menu *If N, end program *if b. Returning Student Enter Name: Enter Previous Term General Average: *if average is 1.00 to 1.50, assign section to section 1 *if average is 1.51 to 2.00, assign section to section 2 *if average is 2.01 to 3.00, assign section to section 3 *if average is greater than 3.00, print “cannot proceed”, end program *else, continue and print “You may proceed with registration” REGISTRATION Enter Age: *user input Enter Sex: *user input Enter Address: *user input Enter College/Faculty: *user input Enter Program: *user input Enter Academic Year: *user input Enter Term: *user input *print “You may proceed with enrollment” ENROLLMENT STATUS CHATBOT Have you paid the tuition fee? (Y or N): *user input *if answer is “N”, print “Pay the tuition fee to continue” *repeat question until input is Y *if all the questions are Y, print: REGISTRATION FORM You are successfully enrolled *Name* Student Number: *Student Number* *assign student number starting from 1* *print user input: Age Sex Address College/Faculty Program Academic Year Term Do you want to continue? (Y or N): *user input *if answer is Y, return to main menu *If N, end program *if 2. Records Display Record Modify Record Delete Record choose: [a/b/c] Enter letter of choice: *user input *if a. Display Record Enter Student Number: *user input *display user input: Age Sex Address College/Faculty Program Academic Year Term *if student is a New Student, assign term to 1 Do you want to continue? (Y or N): *user input *if answer is Y, return to main menu *If N, end program *if b. Modify Record Enter Student Number: *user input *allow user to modify user input: Age Sex Address College/Faculty Program Academic Year Term Do you want to continue? (Y or N): *user input *if answer is Y, return to main menu *If N, end program *if c. Delete Record Enter Student Number: *user input *delete record to assigned student number Do you want to continue? (Y or N): *user input *if answer is Y, return to main menu *If N, end program *if 3. Exit *end program
c++ programming
need code for the sample run/output on the attached images
there are no restrictions with coding as long as it is under c++
you may use array and OOP and other structures if needed but make the code as
simple and basic as it can get whenever possible
also please insert pseudocodes for better understanding
If you are the previous person who answered this, I have made revisions. Please change accordingly
Thank you!
Sample Run/Output:
STUDENT ENROLLMENT SYSTEM
- Registration
- Records
- Exit
Choose: [1/2/3]
Enter number of choice: *user input
*if 1. Registration
- New Student
- Returning Student
choose: [a/b]
Enter letter of choice: *user input
*if a. New Student
Enter Name: *user input
Enter General Average: *user input
*if average is less than 75, print “cannot proceed”, end program
*else, continue and print “You may proceed with registration”
REGISTRATION
Enter Age: *user input
Enter Sex: *user input
Enter Address: *user input
Enter College/Faculty: *user input
Enter Program: *user input
Enter Academic Year: *user input
Enter Entrance Exam Score: *user input
*if score is 94 to 100, assign section to section 1
*if score is 84 to 93, assign section to section 2
*if score is 75 to 83, assign section to section 3
*if score is less than 75, print “cannot proceed”, end program
*else, continue and print “You may proceed with enrollment”
ENROLLMENT
Tuition Fee Amount to Pay: USD50000
Choose Payment Terms: Full or Installment? *user input
*If terms is “installment”, print “You still have remaining balance of USD25000” and continue
*else, continue:
Choose Mode of Payment: Cash, Check or Online Transfer? *user input
*print “Processing payment… “ for any of the mode of payment and continue
ENROLLMENT STATUS CHATBOT
Have you fill out the enrollment forms? (Y or N): *user input
*if answer is “N”, print “Fill out the enrollment forms to continue”
*repeat question until input is Y
*else, continue:
Have you submitted the forms? (Y or N): *user input
*if answer is “N”, print “Submit the enrollment form to continue”
*repeat question until input is Y
*else, continue:
Have you paid the tuition fee? (Y or N): *user input
*if answer is “N”, print “Pay the tuition fee to continue”
*repeat question until input is Y
*if all the questions are Y, print:
REGISTRATION FORM
You are successfully enrolled *Name*
Student Number: *Student Number*
*assign student number starting from 1*
*print user input:
Age
Sex
Address
College/Faculty
Program
Academic Year
Do you want to continue? (Y or N): *user input
*if answer is Y, return to main menu
*If N, end program
*if b. Returning Student
Enter Name:
Enter Previous Term General Average:
*if average is 1.00 to 1.50, assign section to section 1
*if average is 1.51 to 2.00, assign section to section 2
*if average is 2.01 to 3.00, assign section to section 3
*if average is greater than 3.00, print “cannot proceed”, end program
*else, continue and print “You may proceed with registration”
REGISTRATION
Enter Age: *user input
Enter Sex: *user input
Enter Address: *user input
Enter College/Faculty: *user input
Enter Program: *user input
Enter Academic Year: *user input
Enter Term: *user input
*print “You may proceed with enrollment”
ENROLLMENT STATUS CHATBOT
Have you paid the tuition fee? (Y or N): *user input
*if answer is “N”, print “Pay the tuition fee to continue”
*repeat question until input is Y
*if all the questions are Y, print:
REGISTRATION FORM
You are successfully enrolled *Name*
Student Number: *Student Number*
*assign student number starting from 1*
*print user input:
Age
Sex
Address
College/Faculty
Program
Academic Year
Term
Do you want to continue? (Y or N): *user input
*if answer is Y, return to main menu
*If N, end program
*if 2. Records
- Display Record
- Modify Record
- Delete Record
choose: [a/b/c]
Enter letter of choice: *user input
*if a. Display Record
Enter Student Number: *user input
*display user input:
Age
Sex
Address
College/Faculty
Program
Academic Year
Term
*if student is a New Student, assign term to 1
Do you want to continue? (Y or N): *user input
*if answer is Y, return to main menu
*If N, end program
*if b. Modify Record
Enter Student Number: *user input
*allow user to modify user input:
Age
Sex
Address
College/Faculty
Program
Academic Year
Term
Do you want to continue? (Y or N): *user input
*if answer is Y, return to main menu
*If N, end program
*if c. Delete Record
Enter Student Number: *user input
*delete record to assigned student number
Do you want to continue? (Y or N): *user input
*if answer is Y, return to main menu
*If N, end program
*if 3. Exit
*end program
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images