Opening the reading…
Opening the reading…
PROGRAMMING FUNDAMENTALS › JAVA FUNDAMENTALS
This is a scratch drill — your code runs, nothing is graded or recorded. No test cases, no expected output, no verdict.
TASK
Complete the operators so score changes from 7 to 8, passed becomes true when score is at least 8, and status becomes "pass". The program must print the score and status as `8 pass`.
OUTPUT
Sample8 pass
What a finished answer prints, from the lesson. Nothing has run yet — press Run and this is replaced by your program’s own output.