Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Source code C#) Graduate Admissions. When applying for graduate school, you have to submit your undergraduate transcripts (to show GPA), letters of recommendation, and sometimes

(Source code C#) Graduate Admissions. When applying for graduate school, you have to submit your undergraduate transcripts (to show GPA), letters of recommendation, and sometimes a GRE score (Graduate Record Examinations). Often, international students also have to submit an IELTS score (Intl English Language Testing System, which ranges from 0-9). Many of our graduate programs require a minimum GPA of 2.75 and, for certain international students , a 6.5 IELTS score. However, lower scores are considered if the GPA is above a 3.0 and the medium of instruction was English for their undergraduate degree. Your task is to write the source code (in C#) and comment throughout.

Sample run 1: Enter your GPA: 3.5

Are you an international student? N

You've been accepted!

Sample run 2:

Enter your GPA: 2.5

Are you an international student? N

Thank you for your application. REJECTED!

Sample run 3:

Enter your GPA: 3.1

Are you an international student? Y

Enter your IELTS score: 6.6

You've been accepted!

Sample run 4:

Enter your GPA: 2.9

Are you an international student? Y

Enter your IELTS score: 6.1

Was your undergraduate taught in English? Y

Thank you for your application. REJECTED!

Sample run 5:

Enter your GPA: 3.4

Are you an international student? Y

Enter your IELTS score: 6.0

Was your undergraduate taught in English? Y

You've been accepted!

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

Distributed Relational Database Architecture Connectivity Guide

Authors: Teresa Hopper

4th Edition

0133983064, 978-0133983067

Students also viewed these Databases questions

Question

LO6 Summarize various ways to manage retention.

Answered: 1 week ago

Question

LO3 Define the difference between job satisfaction and engagement.

Answered: 1 week ago