When running this in a command prompt,
System.out.println(Num + " is prime!");
System.out.println("Press N to put in another number or S to stop");
Where Num
is an int
This is what comes out:
Is there any way to counter it or should I just deal with it?