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;