I am trying to make a typing adventure kind of game in java, however i need a command at least similar to the one in the title, here is the code
import java.util
Less detailed and more straight to the point. I have over explained simple answers.
for(int i = 0; i <= 10; i++){ if(i == 4){ continue; } //Should skip 4 and print out 1,2,3,5,6,7,8,9,10 System.out.println(i); }