← Back to If Statements
Question 91
Scholarship Eligibility (Input)
Scholarship Eligibility (Input)
Read a float GPA and an int serviceHours. If GPA > 3.5 OR serviceHours >= 50, print Eligible. Otherwise print Not eligible. ⚠️ IMPORTANT - AUTO-INPUT MODE: This question uses automated input testing. The input stream will contain: '3.2\n60\n'
Expected Output:
Eligible
Topics:
If StatementsUser Input
Code Editor
1
Tab to indent · Ctrl+Enter to run · Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.