You have already completed these exercises!
Do you want to take them again?
You completed the C++ Booleans Exercises from W3Schools.com
Share on:
What will be the output of the following code?bool isSunny = false;cout << isSunny;
bool isSunny = false;cout << isSunny;