Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 255 Bytes

File metadata and controls

12 lines (8 loc) · 255 Bytes

Booleans

A boolean is either true or false.

boolean onFleek = true;
boolean badVibes = false;

This is used to represent situations where there are exactly two possible states.