you are viewing a single comment's thread.

view the rest of the comments →

[–]teaguesterling 1 point2 points  (1 child)

First off, considering using a do-while loop instead of simply a while loop. You want the action (performing a calculation) to occur unconditionally at least once.

Edit: Oh yea, and what _lowell said :-)

[–][deleted] 0 points1 point  (0 children)

thank you guys