I have counter increase by one every once (round in loop) when the counter equal 100 am need it to go back and count down from 100 to 0, how i can make counter count down again ?
int i = 0;
if(i<=100)
{i-- ;) // that false
else
{i++ ;}