Posted by: BadhiJanne June 15, 2016
Solve this
Login in to Rate this Post:     0       ?        
Easily can be done since modifying for loop is allowed. Just have i<101 and increase i by i=i+1 and print i.

But this can be done without modifying the For loop. Just print ("1","2","3"......."100");

:)
Read Full Discussion Thread for this article