...

/

Logical Operators

Logical Operators

A brief intro to Logical Operators and how we use them in Ruby.

Logical operators are also, maybe more commonly, called boolean operators.

Boolean Logic and its Origin

The term “boolean” originates from the book “The Mathematical Analysis of Logic” written by “George Boole” in 1847. Boolean logic has been fundamental in the development of computers, and programming, since at their core, computers are all about processing whether or not there is current flow: on vs off (true vs false).

Types of Boolean Operators

If you are curious, feel encouraged to google ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy