Question: Use only #include , #include , and # Write an OOP C++ code for a given machine problem below: Note: Apply the following: array, pointers,
Use only #include

Write an OOP C++ code for a given machine problem below: Note: Apply the following: array, pointers, loop, control structure, function and inheritance. 4.1 The program will allow to accept five students (5) records and perform the following transaction. Tuition Fee Computation Name of Student Course Department No. of units (Note: The maximum number of units is only 24 units. If the total units exceeded to 24 units, the program will prompt a message "Request for Approval" Once approved then proceed to the next transaction otherwise prompt a message Disapproved" then terminate the program. Fee per unit = Php 700.00 Total Tuition Fee = No. of units x Fee per unit Other Fees Computation Compute the Miscellaneous Fee : for the Laboratory Fee , it will be computed Php 30,000 cost of the unit plus Php 1,000 for power consumption plus Php 3,000 software subscription divided by the number of students. Library Fee = 400.00 each Medical Fee will be computed Php 20,000 physician fee divided by number of students. Over-all Tuition Fee Total Tuition Fee + Other Fees Mode of Payment Cash Basis - only 10% of the Tuition Fee Installment - the required down payment is Php 3,000. If the down payment is below Php 3,000 it will prompt a message" Sorry" otherwise compute the monthly installment fee to be computed Over-all Tuition Fee minus the down payment divided four months
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
