Thursday, April 25, 2024 10:44

Posts Tagged ‘boolean variable’

Boolean variable type

Thursday, December 29th, 2016

The Boolean variable type is probably the easiest type of variable. It doesn’t have a “maximum range”, it can’t produce “overflowexceptions, it’s not affected by precision, etc. In fact, Boolean variable type can only have two values: true  or falseRead more


Follow the white rabbit