Write a program to Create a function which accepts an integer as parameter and return true if it is a perfect number otherwise
return false. In the main() method input two integers and check whether both the numbers are perfect
numbers or not.
Create a function which accepts an integer as parameter and return the sum of the square of its digits. In
the main() method display all three digit Armstrong numbers.
Answers
Answered by
0
Answer:
I am creating this all in python
Explanation:
I have shared the answer
Attachments:
Similar questions