Question: Which is the first line containing a compiler error? A. x1 B. x2 C. x3 D. None of the above var title=Weather; // line x1
Which is the first line containing a compiler error?

A. x1
B. x2
C. x3
D. None of the above
var title="Weather"; // line x1 var hot 100, var cold = 20; // line x2 = var f = 32, int c = 0; // line x3
Step by Step Solution
3.42 Rating (165 Votes )
There are 3 Steps involved in it
The image shows three lines of code each trying to declare and initialize variables var tit... View full answer
Get step-by-step solutions from verified subject matter experts
