Write a C++ program that will ask for the following input from the user: Student Name: Program/Course: Year Level: (shou

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
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

Post by answerhappygod »

Write A C Program That Will Ask For The Following Input From The User Student Name Program Course Year Level Shou 1
Write A C Program That Will Ask For The Following Input From The User Student Name Program Course Year Level Shou 1 (277.03 KiB) Viewed 22 times
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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply