filmov
tv
Java Tutorial 16 - Boolean Data Type and Relational Operators

Показать описание
The Boolean Data Type and Relational Operators
The boolean data type declares a variable with the value either true or false.
boolean b = false;
The boolean data type declares a variable with the value either true or false.
boolean b = false;