How to Easily Check Whether a Number is Automorphic in Javaby@mayankvikash
408 reads

How to Easily Check Whether a Number is Automorphic in Java

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

There are several articles on how to check in Java whether a number is Automorphich or not. An Automorphic Number is a number whose square has the exact number as its last digit. With a loop check if the last digits of both numbers are the same or not can be checked with a simple condition `(n % 10 == sq % 10)’ With the help of a counter variable (here c) take a record of how many last digits are similar. Outside the loop, check with an if-else condition whether the counter variable is greater than 0.

Company Mentioned

Mention Thumbnail
featured image - How to Easily Check Whether a Number is Automorphic in Java
Mayank Vikash HackerNoon profile picture

@mayankvikash

Mayank Vikash


Receive Stories from @mayankvikash


Credibility

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!
Hackernoon hq - po box 2206, edwards, colorado 81632, usa