A boolean function is a function that can only return one of two values
<h3>How to identify a boolean function?</h3>
in a computer program, boolean variables and/or functions are used to hold variables that can have one of two values.
The category of the variables can be:
- True or False
- Yes or No
- 1 or 0
A boolean function can take any of the above form
Read more about boolean function at:
brainly.com/question/17792078
#SPJ1