BooleanA Boolan value can represent an on/off, true/false value:Copylet myBool = true;myBool = false;