Lakhankumawat/LearnCPP

Circular/Automorphic number

SupriyaKumari08 opened this issue · 1 comments

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

Hello @SupriyaKumari08, thanks for creating your first issue at LearnCPP, hope you followed the guidelines.