Skip to content

Implement Armstrong Number Checker in Java #83

@srijani006

Description

@srijani006

🚀 Armstrong Number Checker in Java

A simple Java program to check whether a given number is an Armstrong Number.
An Armstrong Number is a number that is equal to the sum of its digits each raised to the power of the total number of digits.


📖 About

This program helps beginners practice:

  • Loops and conditional statements
  • Basic mathematical operations
  • Input and output handling in Java
  • Understanding digit manipulation and number logic

✨ Features

  • Checks if a number is Armstrong or not
  • Handles any positive integer
  • Beginner-friendly with clear comments
  • Uses standard Java libraries

Hello @dimpeshmalviya,
could you please assign this issue to me and label it under hacktoberfest-2025
Thank You!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions