Ok, so here is what I have so far.. I'm trying to get the multiples of user input all the way up to 10. So it will be
1X1=1 1X2=2 1X5=5
2X1=1 2X2=4
and so on.
I have it going horizontally and with some multiples, but I don't know what else to do and need someone's help. I just started java programming so your help is appreciated.