November 10th, 2012 02:08 AM
So you want the 3500 row at the bottom to be in the one above?
November 10th, 2012 01:54 AM
Sorry, I still don't get it.
November 10th, 2012 01:42 AM
This screenshot doesn't tell exactly what you need.
Can you give me an example?
November 8th, 2012 04:47 PM
OK thank you and sorry.
:)
November 8th, 2012 04:11 PM
Sorry, but I assumed that he doesn't want to learn it, but rather just want the code.
November 8th, 2012 10:01 AM
something like this?
import java.io.Console;
public class Something {
public static void main(String[] args) {
Console console = System.console();
String name =...