[ad_1]
Put the whole code block in a while loop
with
while((type!=1 && type!=2))
{
...
}
this will do the trick
1
[ad_2]
solved Repeat the “if” statement if it has to go to the “else” statement
[ad_1]
Put the whole code block in a while loop
with
while((type!=1 && type!=2))
{
...
}
this will do the trick
1
[ad_2]
solved Repeat the “if” statement if it has to go to the “else” statement