Programming - Concept
Boolean
A data type that can only hold true or false as a value
What's it for?
Represents simple yes-or-no conditions that software can test and act on.
For example…
A booking system stores “payment received” as either true or false, making it a Boolean value