Question: int studentGrade = 7 0 ; if ( studentGrade > = 9 0 ) { System.out.println ( A ) ; } else {
int studentGrade ;
if studentGrade
System.out.printlnA;
else
if studentGrade
System.out.printlnB;
else
if studentGrade
System.out.printlnC;
else
if studentGrade
System.out.printlnD;
else
System.out.printlnF;
Based on the JAVA code snippet above, what is the output?
Group of answer choices
A
B
C
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
