+ 1
How to loop a string without any loop statement
I want to print my name 100 times but I can't use loop statement like for next while and any other looping statement
1 Antwort
+ 12
U can use recursive function, modify this code to print your name 100 times: https://www.google.com/amp/s/www.geeksforgeeks.org/recursive-program-to-print-all-numbers-less-than-n-which-consist-of-digits-1-or-3-only/amp/