Question
Modify the pseudocode to include at least the following modules. Enter Student ID Calculate the Bill Print the Bill After the student has finished entering
Modify the pseudocode to include at least the following modules. Enter Student ID Calculate the Bill Print the Bill After the student has finished entering the course titles, the system will calculate and print the bill. Create a hierarchy chart for the modules. Create a pseudocode design for a problem that will allow students to register for classes. The system will allow students to search the available classes offered by the university, drop a class, add a class and display their schedule. The student information is located using their student ID. After the student adds the class(es), the system will list the class(es) the person added and a bill. The student will be prompted to enter their payment information. Store student and class information; Update the class inventory; (keep an accurate count of the number of classes available). Bill a student using the following rules: o Students can only add up to 3 classes at a time. o If the student adds 3 classes, they receive 1 of the three classes for free. o Each class costs $150.00. o A 5% technology fee is added to the total cost. o Verify that the student is working 20 hours or less. Students working more than 20 hours per week must make an appointment with their faculty advisor. o If the student adds more than three classes, an error message is printed.
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