Question: Develop a pseudocode algorithm that will accept students information such as ID number, name, grade level and payment plan option. The algorithm should determine the

Develop a pseudocode algorithm that will accept students information such as ID number, name, grade level and payment plan option. The algorithm should determine the tuition fee based on the students grade level (Lower School, Upper School or Sixth Form).
The program should then determine whether or not the student qualifies for a discount/interest based on the payment option selected. Discount/interest on tuition is as follows:
early full payment plan (E-FULL) - discount of 10;
two-part payment plan (BI-Payment) - discount of 5%;
three-part payment plan (TRI-Payment) - interest of 7.5%
Part 1) The program should then prompt the user to enter the payment made and print the name, grade level and outstanding balance for each student.
The program should also calculate and print the overall total balance outstanding for each part payment option.
Part 2) Design and execute a trace table that accepts the data for each student in the database.
Part 3)Using the programming language Pascal, write an executable program code to implement the algorithm above

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!