You have already completed these exercises!
Do you want to take them again?
You completed the C++ Boolean Data Types Exercises from W3Schools.com
Share on:
Which data type would you use to store true or false values?
true
false
int
float
bool
boolean
char