Solution Review: Compute an Expression Using Logic
In this review, the solution of the challenge 'Compute an expression using logic' from the previous lesson is provided.
We'll cover the following...
We'll cover the following...
Solution: Is it true or false?
Understanding the code
Line 7
- The variable,
not_xstores the result of the Boolean NOT of x. - The value of
x