#include /* * * 4.8 * * */ int main () { // AND, OR // AND's right operand is only evaluated if the left operand is True // OR's right operand is only evaluated if the left operand is False // Equality evaluates left and right and then checks if they are equal return 0; }