Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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. 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. prayappaStep 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