I have a contrived example to demonstrate the request for a specific functionality - I wonder if anyone has a clever trick to do this.
The following is a problem one
int numberoftimes = 4 if numberoftimes > 1 { for(ii=0; ii
Either you test every time in the loop, or you test once first...