Quote:
|
Originally Posted by B3TA_SCR1PT3R
can i make a suggestion?
replace:
System.out.println("Enter 7 to find the mode of the random numbers");
System.out.println();
with:
System.out.println("Enter 7 to find the mode of the random numbers\n");
|
What does that do though?