I need the screenshot of the code, it's c++ code and it's output. thank you
Write a C++ program that will ask for the following input from the user: Student Name: Program/Course: Year Level: (should be integer type) Number of Units Enrolled: (should be double or float data type) Determine the corresponding year name of the student and rate per unit as follows: Year Level Year Name Rate Per Unit 1 Freshman 1,500 2 Sophomore 1,800 3 Junior 2,000 4 or 5 Senior 2,300 Compute the tuition fee as follows: Tuition fee no. of units enrolled X rate per unit Down payment = 30% of the tuition fee Balance = tuition fee - down payment Assume that the user will not enter an invalid value.
Write a C++ program that will ask for the following input from the user: Student Name: Program/Course: Year Level: (shou
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Write a C++ program that will ask for the following input from the user: Student Name: Program/Course: Year Level: (shou
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!