Question
You should use the easiest way to resolve this problem by using C++ Programming Language with functions: Write a program that calculates students tuition per
You should use the easiest way to resolve this problem by using C++ Programming Language with functions:
Write a program that calculates students tuition per semester. Request a students resident status (resident/non-resident), standing (graduate/undergraduate) and the number of credits taken. If a students credits fall below 6hrs or go above 18hrs the student must add or drop a class. If a student is an undergraduate resident the cost per credit is $90, but if the student is, an undergraduate non-resident the cost per credit is $150. If a student is a graduate resident the cost per credit is $110, but if the student is, a graduate non-resident the cost per credit is $180. The program should have a function to request user input, a function that checks student credit hours and a function to calculate the cost of tuition and returns the value back to the credit function.
Step 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