karthikarun
Newbie level 2
maximum value = 1000.
int i;
if(condition_1==true)
{
//variable i should get increment by 1.
}
else if(condition_2==true)
{
//variable i should reach the maximum value 1000 faster . How to write logic for this???
}
thanks for advance help.
Last edited by a moderator: