+ 1
How to know the given number is Amstrong or Not using For loop....
I want to know is it possible to know the given number is amstrong or not using for loop....... plz help me
3 Respuestas
+ 15
U can use recursion
//in place of a loop to do so
+ 2
Study and analyze the submitted codes to see if it's possible:
https://www.sololearn.com/learn/4708/?ref=app
0
Tq so much.....