Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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