View Single Post
Old Nov 27th, 2005, 5:05 PM   #5
Java|Tera
Newbie
 
Join Date: Nov 2005
Posts: 14
Rep Power: 0 Java|Tera is on a distinguished road
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?
Java|Tera is offline   Reply With Quote