Skip to content

8490/JS_Perfect_Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS_find-number

A "Perfect Number" is a number in which the sum of its factors (excluding itself) are equal to itself.

Example: 28 has the following factors: 1, 2, 4, 7, 14 1 + 2 + 4 + 7 + 14 = 28 therefore 28 is a perfect number!

About

Enter the number. See is it PErfect Number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published