Question: Do the code in C++. HW2. Write a program that does the following Students at a university should meet certain criteria to be eligible to
Do the code in C++.
HW2. Write a program that does the following Students at a university should meet certain criteria to be eligible to apply to work on two research projects: PROJECT A and PROJECT B. The following is the rules for eligibility for these projects All students, graduate and undergraduate, must have a GPA of higher that 3.5 in order to qualify for any ofthe projects. GfAh'terf. fa s 4.(n22. Fcourses are eligible to apply for PROJECTA. All qualified undergraduate students who have taken at least 10 hours of programming All qualified undergraduate students who are honor students are eligible to apply for PROJECT A. (Honor students are exempted from 10 hour programming criteria.) All qualified graduate students who have completed Seminar Course can apply for 4 PROJECT B Use menus where applicable to let the user pick the option that describes them. The following could be one form of interaction with the user: What is your GPA? Based on the user's input for the above question, you decide whether they are not eligible to apply for research project or you may have the following menu displayed: Choose an option that describes your status 1.Graduate 2. Undergraduate Based on the user's choice on the above question you will ask further questions. How you decide to do this part is your choice, ask direct questions or use menus of possible options Make sure you let the user know what you expect for their input, for example add "Enter y for yes or n for no" to your prompt messages. Or use menus. Output proper messages so the user knows whether they are eligible to apply for any projects, which one and if not: why not
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
