I've looked up where to put it and all I'm getting are mixed answers and the purpose of this is to create rudimentary for the alpha version of this game. Here is the code:
public class Intelijence {
public static void main(String[] args) {
System.out.println("OK, That looks perfect");
Thread.sleep(5000);
System.out.println("Huh, What's that");
}
}
I know that there is no throws InterruptedException
. I'm just wondering where to put it.