Exercise 1: Computing an Expression using Logic
In this exercise, you are required to implement the logical operators such as not, xor, boolean and, boolean NOT to compute the result
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 ...