Question: Microsoft Visual C# 2012: An introduction to object-oriented programming Ch.4 Question #4 A). Write a console-based application program named Admission for a college's admissions office.
Microsoft Visual C# 2012: An introduction to object-oriented programming Ch.4 Question #4
A). Write a console-based application program named Admission for a college's admissions 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:
1. A grade point average of 3.0 or higher and as admission test score of at least 60
2. A grade point average of less than 3.0 and an admission test score of at least 80
B). If the student does not meet either of the qualification criteria, display "Reject".
Create a GUI application named AdmissionGUI for the college admissions office described in 4a.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
