Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started