How do you use Boolean logic
Boolean Logic: Boolean logic is a form of algebra in which the variables takes only two values (false) and (true).
The Boolean logic is used by considering one statement either true or false. Then another statement is formed by considering first statement to be true or false. These two statements combined are using the fundamental operators AND, OR or NOT.
Hence, we can use Boolean logic to help make decisions and making a statement true or false.