I want to be organize with the output so I want to do something like this
1 2 3 4 5
........
91 92 93 94 95
........
101 102 103 104 105
etc....
So I was trying to figure out how to line them up with the correct amount of spacing between each number.
my first attempt is doing everything manually like this
System.out.print(" " + counter);
using a loop