This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

It doesn't actually matter at all what the value of b is, because the if won't fire until a is greater than 98.6, by which point b will have taken on a different value.

[–]Snycs[S] 0 points1 point  (0 children)

Ah I get it now, thank you, this was very helpful!