[solved] – Question 873
Does placing the code
boolean myVar; if (myVar == false) {int x =2;}
within a method cause a compilation error?
Expert Answer
OR
Does placing the code
boolean myVar; if (myVar == false) {int x =2;}
within a method cause a compilation error?
OR