question archive Produce the pseudocode logic for an algorithm that will compute the tuition' discount for each student
Subject:Computer SciencePrice: Bought3
Produce the pseudocode logic for an algorithm that will compute the tuition' discount for each student. The information is given as follows:
- The output will consist of a screen display showing the student's name, code, and discount received.
- The input will consist of the file with records containing the student's name, code, and tuition amount.
- The processing will compute the discount received by each student. If the student's code is other than "M" or "C", there should be no discount on the tuition amount.
Note: Your solution should contain a mainline, and at least three subroutines.