Answered step by step
Verified Expert Solution
Question
1 Approved Answer
***PLEASE USING C++ LANGUAGE HELP ME TO CODE THIS******PLEASE USING C++ LANGUAGE HELP ME TO CODE THIS******PLEASE USING C++ LANGUAGE HELP ME TO CODE THIS******PLEASE
***PLEASE USING C++ LANGUAGE HELP ME TO CODE THIS******PLEASE USING C++ LANGUAGE HELP ME TO CODE THIS******PLEASE USING C++ LANGUAGE HELP ME TO CODE THIS******PLEASE USING C++ LANGUAGE HELP ME TO CODE THIS******PLEASE USING C++ LANGUAGE HELP ME TO CODE THIS******PLEASE USING C++ LANGUAGE HELP ME TO CODE THIS***
The University of Guiness charges $3000 per semester for in-state tustion and $4500 per semester for out-of-state tuition. In addition, room and board is $2500 per semester for in-state students and $3500 per semester for out-of-state sturdents. Write a program that prompts the user for their residential status (i.e., in-state or out-of-state) and whether they require room and board ( Y or N) ). The program should then compute and output their bill for that semester. Use the sample output below: Sample Run 1: Please input "I" if you are In-state or "O" if you are out-of-state: I Please input " Y " if you require room and board and " N " if you do not: N Your total bill for this semester is $3000 Sample Run 2: Please input "I" if you are In-state or "O" if you are out-of-state: 0 Please input " Y " if you require room and board and " N " if you do not: Y Your total bill for this semester is $8000
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