Question: 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

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.

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.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!