Write a Program to check for Automorphic number in java Script.
An automorphic number is an integer whose square ends with the given integer, as (25)2 = 625, and (76)2 = 5776.
import "./styles.css";
import React, { useState } from "react";
export default function App() {
const [num, setNum] = useState(0);
co...
dhananjaysr26.hashnode.dev1 min read