✏️ Explanatory Question
Which of the following will compile correctly?
-
boolean b=-1;
-
boolean b2=false;
-
int i=019;
-
char c=99;
boolean b=-1;
boolean b2=false;
int i=019;
char c=99;