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;
Posted in C++, Learn To Code
Declare a variable hasPassedTest, and initialize it to true.
bool hasPassedTest = true;