vendredi 27 juillet 2018

How to make a loop that loops 25 times, waits 5 minutes and then starts the next batch of 25? java

I know that i'll have a for loop that looks something like this. But other than that I have no idea for it to then start back up again.

for (int i = 0; i < 25; i++) {
// my code here

}

Aucun commentaire:

Enregistrer un commentaire