InterviewSolution
Saved Bookmarks
| 1. |
Write a program to input a number and check weather the number is an automorphic number is the number which is contained in the last digit of its square. Sample input:25 is an automorphic number |
| Answer» | |