Question: Mcq Does this code have an error? if yes, which one? 1 2 // Warning! This code contains an ERROR! if (average = 100) System.out.println(Perfect
Mcq

Does this code have an error? if yes, which one? 1 2 // Warning! This code contains an ERROR! if (average = 100) System.out.println("Perfect Average!"); @3 Select one: In line 2, semicolon is missing at the end a. b. In line 2, the comparison in the condition is not correctly formed C. In line 3, the comments are not closed d. In line 4, single quotes must be used instead of double quotes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
