Question: Program has to be written in C# Programming Exercise 3 (pg. 185) Write a program named Admission for a college's admission office. The user enters

 Program has to be written in C# Programming Exercise 3 (pg.

Program has to be written in C#

Programming Exercise 3 (pg. 185) Write a program named Admission for a college's admission office. The user enters a numeric high school grade point average (for example, 3.2) and an admission test score. Display the message Accept if the student meets either of the following requirements: grade point average of 3.0 or higher, and an admission test score of at least 60 .A grade point average of less than 3.0, and an admission test score of at least 80 .If the student does not meet either of the qualification criteria, display Reject This assignment is very similar to Ch4 You Do It if-else Statements, CompareThreeNumbers (pg. 152) Test your program for the following Conditions Test Score 70 80 60 58 Accept/Reject Accepted Accepted Rejected Rejected Grade point Average 3.3 2.5 2.5 Sample Output Enter grade point average: 3.3 Enter the Test Score: 70 Student has been Accepted Your program should include your Full Name, Assignment Name, Date and description as a comment on the top of your application. Submit Admission.cs file. prayappa

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!