lovy003 / First-PR

Make Your first PR as part of hactoberfest 2k21. You can add here your first project you made while learning any new language. Make this repo a resource material for those who have just started with a new language.
24 stars 60 forks source link

added Diserium Calculator Java program #103

Open mandiraghosh783 opened 2 years ago

mandiraghosh783 commented 2 years ago

This is a JAVA program that calculates whether the number is diserium or not . eg of a diserium number is: 135=> 1 3 5 => 5^1+3^2+5^3 if this is equal to the original number, then the number is diserium . else not diserium.