...

/

Challenge 2: Compute an Expression Using Logical Operators

Challenge 2: Compute an Expression Using Logical Operators

In this exercise, you need to compute an expression using logical operators.

We'll cover the following...

Problem statement

There’s always some logic in whatever we do, whether it seems like that or not. This time, we are going to give you the logic, and all you need to do is implement it. The challenge is to create the expression explained below and find what result it gives!

Coding exercise

The first step is done ...