Question: Select all statements that will print from the following code: char letterGrade = ' B ' ; switch ( letterGrade ) { case ' A

Select all statements that will print from the following code: char letterGrade ='B';
switch(letterGrade)
{
case 'A':
System.out.prtinln("Excellent");
case 'B'
System.out.println("Good Work");
case 'C'
System.out.println("You made it");
default:
System.out.println("Better luck next time...";)
}
}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!