November 26, 2015 javavogue How to print numbers from 1 to 10 without using loop? We can print numbers 1 to 10 or 1 to 100 using recursion. Recursion is a good alternatives of loop. Continue reading