Menu
×
×
Correct!
Exercise:Fill in the missing parts to print the values
@(7) isJavaFun = true;
@(7) isFishTasty = false;
System.out.println(isJavaFun);
System.out.println(isFishTasty);
boolean isJavaFun = true;
boolean isFishTasty = false;
System.out.println(isJavaFun);
System.out.println(isFishTasty);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?