I want to make a prog like this:
<Ask the user to write, let's say 5 digits. For example "12345">
<Print it out with 3 spaces between each digit like "1 2 3 4 5">
So I how can I split the 5 digits to get 5 different variabels?
I'm pretty new in java, but have to start somewhere

Thx in advance
