Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write an algorithm that gets a decimal GPA, APA, and MPA from the user ( in that order ) . You may assume that all
Write an algorithm that gets a decimal GPA, APA, and MPA from the user in that order You may assume that all inputs are nonnegative whole numbers.
It then reports which meritorious list the cadet is on If the GPA is equal to or above the cadet is on the Deans List and if the APA is equal to or above the cadet is on the Athletic Directors List and if the MPA is equal to or above the cadet is on the Commandants List If a cadet does not achieve a in any category, your program should output No List". Finally, if the cadet qualifies for all three individual lists, then the cadet is on the Superintendents List The algorithm should report all the lists the cadet is on in the order defined above unless the cadet is on the Superintendents List, in which case, it should report only, Superintendents List
Step 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