Circular/Automorphic number
SupriyaKumari08 opened this issue · 1 comments
SupriyaKumari08 commented
Description
The square number of a number ends with the same digits as the number itself.
That number is known as circular number or automorphic number.
Example:
5^2 = 25
6^2 = 36
376^2 = 141376
Domain
Algorithm
Type of Contribution
Addition
Code of Conduct
- I follow Contributing Guidelines & Code of conduct of LearnCPP.
github-actions commented
Hello @SupriyaKumari08, thanks for creating your first issue at LearnCPP, hope you followed the guidelines.