Answer:
A i think but i think not also try it
Answer:Whats the highest number each number can go up to before it rounds up? Its +4 as each number will round up otherwise. So if the rounded up numbers were 10,20,30,30. They can go up to 14,24,34,34. So its 106.please mark as brainliest
Step-by-step explanation:
Option D should be your answer.
No combo of any of those angles add up to exactly 180 to suggest that they are parallel lines.
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>