Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Dear Sir / Maam, I am new in C++. I would appreciate if you can help me with the attached exercise. I would like to
Dear Sir / Maam,
I am new in C++. I would appreciate if you can help me with the attached exercise.
I would like to see how you represent this on your codes and be sure it works as same as the given output...
I am thanking in advance
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 studentand rate per unit as follows Year Level Year Name Freshman Sophomore Junior Rate Per Unit 1,500 1,800 2,000 2,300 4 or 5 enior 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 Sample Input: Student Name : Maria Blanco Program/Course Bachelor of Science in Information Technplogy Year Level No. of Units Sample Output: ENROLLMENT SLIP Student Name Program/Course Year Name No. of Units Tuition Fee Down Payment : Maria Blanco Bachelor of Science in Information Technology : Senior :36800 : 11040 : 25760 anceStep 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