View Single Post

  #2 (permalink)  
Old 01-14-2007, 11:02 AM
Angela Angela is offline
Member
 
Join Date: Apr 2006
Posts: 98
Angela is on a distinguished road
The reason is the for loop gets executed once and the next time when it gets incremented only the condition fails. So Hello is printed once.
Reply With Quote