Java code to print numbers from 1 to 10 without using loops

preview_player
Показать описание
This program demonstrates , how to print numbers from 1 to 10 without using loops ( while, do-while, for ). To achieve this we use recursive functions. ( A function which calls itself ).
Рекомендации по теме
Комментарии
Автор

can u make program about triangle use recusive method

adventureoflife
Автор

Can u explain another program
Prime, fact, sum of matrix etc

mohammednawaz.s