Declare a variable hasPassedTest, and initialize it to true.
LANGUAGE: C++
CHALLENGE:
Declare a variable hasPassedTest, and initialize it to true.
SOLUTION:
bool hasPassedTest = true;
Declare a variable hasPassedTest, and initialize it to true.
bool hasPassedTest = true;