+ 3
Whats the error
i want to find armstrong number upto the term inserted, but the program does not run properly https://code.sololearn.com/c3T13L412xzA/?ref=app
2 Antworten
+ 10
1. Reduce the array limit
2. Initialize the variable y to 0 i.e. y=0
3. For printing the Armstrong numbers write i<y in the condition
+ 2
Keval thanks bro!