It should be a 80 degrees.
Answer:
Measure number 2 of the tape is for the pinus
Step-by-step explanation:
To measure, kindly place pinus next to ruler and pinus will be in line with measurement #2
Call and ask for pinus step by step
Franck's answer is better (using ~), but I just wanted to point out that the conditional in yours is slightly redundant. It's easy to forget that, since you already have a boolean value, you don't need to perform a comparison in your conditional. So you could have just done this...
<span>if x
x = false;
else
x = true;
<span>end</span></span>