Problems with this Java Program...
If I prompt the user to enter a 5 digit number (ex. 12345) how do I separate those numbers by three spaces? (ex. 1 2 3 4 5) and print them back to the user? I don't want to use loops for this though, can anyone help me? I've been stuck on this forever and I can't figure it out....I've gotten as far as showing the 5 by itself but I can't figure out the rest....
I've been using Modulus but I can't figure out how to make it work after I get the 5 by itself. Can anyone help please? Thanks.