Skip to content

Latest commit

 

History

History
 
 

Armstrong Number Checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Armstrong Number Checker

A simple Javascript Project to check if a number is Armstrong Number of not.


Table of Contents

    About The Project

  1. Built With
  2. Getting Started

  3. Prerequisites
  4. Usage

About The Project

A number is thought of as an Armstrong number if the sum of its own digits raised to the power number of digits gives the number itself. For example, 0, 1, 153, 370, 371, 407 are three-digit Armstrong numbers and, 1634, 8208, 9474 are four-digit Armstrong numbers and there are many more.

(back to top)


Built With

(back to top)

Getting Started

Prerequisites

No prerequisites required executing this program.

Installation

  1. Clone the repository:
git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git
  1. Navigate to Armstrong Number Checker Project.

  2. Open the index.html HTML file with live server.

(back to top)

Usage

screenshot



(back to top)