ITP 100 Project-Part2-Simple-Selection
ITP 100 Project-Part2-Simple-Selection
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 Student’s ID and a total bill.
Add the statement(s) for the following: If customer add 3 classes, they receive 1 of the three
classes for free.
As the student adds courses, load an array named courses[ ] with the course name.
As the student adds courses, load a parallel array named cost[ ] with the cost of that course.
Use the cost[ ] array to calculate the total bill. Be sure that you are not duplicating the totaling
logic in you project solution. It should be clean, simple code.
After the student has finished entering the course titles, the system will calculate and print the bill.
Create a hierarchy chart for the modules. Save the hierarchy chart as ITP100Project-Part4-Hierarchy-
LastName.doc