Hoping for something more elegant than
if (i>0 && i<100)
You could add spacing ;)
if (i > 0 && i < 100)