What exactly do I need to change to fix this? You said I don't need to use any loops, so does that mean that I need to remove code (the loops) instead of add code?
Start by fixing the indentation and then rereading your code. I get the impression you don't even understand what you have written. I can't help you unless you know what you are doing.
I realized I needed to use iteration and arrays (not recursion) to finish it, and now I'm having a weird problem; some numbers print fine, some print backwards, and some print wrong but with odd differences. Can someone figure out what is wrong?