Write a program for a college admissions office the user


Question: Prepare this program in C++. Please use only C++ things.

Program: Write a program for a college admissions office. The user enters a numeric high school grade point average (Ex 3.2), and an admission test score. Print the message "Accept" if the student meets either of the subsequent requirements:

A grade point average of 3.0 or above and an admission test score of at least 60.

A grade point average below 3.0 and an admission test score of at least 80.

If the student does not meet either of the qualification criteria, print "reject".

Add comments in code section. Code this program in C++ programming.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program for a college admissions office the user
Reference No:- TGS0952676

Expected delivery within 24 Hours