+ 1
Can someone help me understand how to declare a boolean variable and how it can be used
Variable boolean declaration and use, oop begginer in c++
1 Respuesta
+ 2
You can declare by
bool b;
where b is a boolean variable
You can follow me for detailed information on this and many more topics