(Armstrong NumberIs) any improvements wants to make this code better? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

(Armstrong NumberIs) any improvements wants to make this code better?

https://code.sololearn.com/c8qLUZf342yI/?ref=app

5th Jun 2022, 9:28 AM
Harshal Madgulkar
Harshal Madgulkar - avatar
1 Answer
+ 1
No need but if you want, another simply: x=number/100; y=number/10%10; z=number%10; It's same like : x=number /100 %10; y=number /10 %10; z=number /1 %10; edit: also if you use loop, you can work with only 2 variables.. no need y, z additionally.. Hope it helps...
5th Jun 2022, 1:07 PM
Jayakrishna 🇮🇳