Answer:
the answer is just 2
Step-by-step explanation:
start at the -3 and move right 3 and up 6 this is a inclined line so the answer will be positive the fraction put the numbers into a rise over run fraction which will be 6/3 which will reduce to 2/1 which is 2.
Answer:
5
Step-by-step explanation:
( divide numerator and denominator by 5 ) , then
=
( with missing number ? = 5 )
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>