Declare a variable hasPassedTest, and initialize it to true
LANGUAGE: Java
CHALLENGE:
Declare a variable hasPassedTest, and initialize it to true
SOLUTION:
boolean hasPassedTest = true;
Declare a variable hasPassedTest, and initialize it to true
boolean hasPassedTest = true;