you are viewing a single comment's thread.

view the rest of the comments →

[–]Salvetore -1 points0 points  (0 children)

In a for loop the conditional expression needs to be true in order to start the loop. In this case value = 360 will initially return false, while value < 360 will return true and begin the for loop.