Lakhankumawat/LearnCPP

Circular/Automorphic number

SupriyaKumari08 opened this issue · 3 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.

/assign

This issue has been assigned to SupriyaKumari08!
It will become unassigned if it is not closed within 12 days. A maintainer can also add the pinned label to prevent it from being unassigned.