In this video we are solving another challenge from Codewars.com called Automorphic Number.
Definition
A number is called Automorphic number if and only if its square ends in the same digits as the number itself.
Task
Given a number determine if it Automorphic or not .
Here is the link to the challenge:
https://www.codewars.com/kata/5a58d88...
#codewars #codewarsautomorphic #codewarsautomorphicnumber #automorphicnumber #automorphicnumberalgorithm