Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Program Simpler the better! U of O has decided that reading all those application essays from high school seniors is too much work. They

C++ Program

Simpler the better!

U of O has decided that reading all those application essays from high school seniors is too much work. They want you to automate the selection process for them using student's GPAs and SAT scores. You need to write a program that will read in a person's GPA, and if needed, SAT score and print out whether the student is admitted, waitlisted or denied. Use the following chart to decide:

GPA SAT Status

4.0+ any Admit
3.5-3.99 above 1400 Admit
3.5-3.99 1100-1400 Waitlist
3.5-3.99 below 1100 Deny
3.0-3.49 above 2000 Admit
3.0-3.49 1500-2000 Waitlist
3.0-3.49 below 1500 Deny
Below 3.0 2200 or above Admit
Below 3.0 below 2200 Deny

Note that your program should always print one and only one message (either "Admit", "Waitlist", or "Deny"). Make sure to test different combinations and watch for edge conditions!

Sample Output:

Enter GPA: 3.0 Enter SAT: 2000 Waitlist

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

=+2 Why did OBI create Centers of Excellence?

Answered: 1 week ago