Write a program(in java or python or any other language) to find out if the given number is an Armstrong number or not.
armstrong number:
number=371 then if 371=3^3+7^3+1^3 then it is an armstrong number
371=27+343+1
371=371
so LHS is equal to RHS
Hope you enjoy solving this problem!
regards:
LeisureDown😀