Question: Create a pseudocode design to prompt a student for their Student ID and the titles of the three classes they want to add. The solution
Create a pseudocode design to prompt a student for their Student ID and the titles of the three classes they want to add. The solution should display the Students ID and a total bill. Bill a student using the following rules: o Students can only add up to 3 classes at a time. o Each class costs $150.00 o A 5% technology fee is added to the total cost. o If the student is taking three classes and working for more than 20 hours per week, a message displays prompting the make an appointment with their faculty advisor. o If the student adds more than three classes, an error message is printed. Modify the pseudocode design that you created to include statements to prompt the user to enter the class title one class at a time. After the customer has finished entering the class titles, the system will calculate and print the bill. Hint: use a loop to add the class titles. Add the statement(s) for the following: If customer add 3 classes, they receive 1 of the three classes for free.
Modify the pseudocode design 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
Get step-by-step solutions from verified subject matter experts
