#Need help on a beginners program almost done just gotta fix a format
1 messages · Page 1 of 1 (latest)
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
the program is like done its just that the numbers dont aline
Maybe put a leading zero before each single digit number.
Instead of 1 put 01?
cant i have to just print normal digits
1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
they have to align
are u still there?
Yea so I would make an of statement to say if there is a single digit number insert a 0 in front of it
It doesn't explicitly say you can't use "01" instead of "1"
I mean it says print 1 through 35 but it's still the same...
Hmm