Write a program to accept a three digit number and check for "onearm" number. ["onearm" number means the number is equal to the sum of first digit to the power + second digit to the power ² + third digit to the power3
Answers
Answered by
1
Answer:
Write a program to accept a three digit number and check for "onearm" number. ["onearm" number means the number is equal to the sum of first digit to the power + second digit to the power ² + third digit to the power3
Explanation:
Similar questions