Control Flow pt 2
I'm half way from finishing my quest on the control flow chapter. I've learned about the three boolean operators. First boolean is called a "and" which checks if both statements ate true. The second one is "or" which checks if at least one of the statements are true. And the final boolean is called "not" which gives the opposite statement.









