Question
Please complete in pseudocode . No language. Create the pseudocode design to include at least the following modules. Enter the ClassTitle into an array named
Please complete in pseudocode. No language.
Create the pseudocode design to include at least the following modules.
Enter the ClassTitle into an array named Classes and NumberofSeats into an array named ClassSeats. (ClassSeats = -999 when end the file is reached)
Update Classes inventory (add to inventory/deduct from inventory)
Calculate and print the students bill.
Calculate and print the total number of students in each class.
Calculate and print the average number of students in each class.
The student will be prompted to enter their student ID and whether they want to add a class, drop a class or display their schedule.
Add a class - after the student has finished entering the class title(s), the system will calculate and print the bill.
Drop a class a message is printed on the screen after dropping the class.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started