Basically I am making a class that is supposed to read a whole chain from another class.
Another class is System.out.printing integers in the following order:
i i i i
i i i i
... etc.
So I basically want to create a String file or something else that I can read this output from the first class.
I'm pretty lost, I don't know if I should create a scanner (System.in), and if so, what to do with it.
I think this is a fairly open question, so apologize in advance.
Lauge source
share