[PR #240] Update isArmstrong.c #536

Closed
opened 2026-01-29 15:13:33 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/240

State: closed
Merged: Yes


Fix: only numbers which is between 99 and 1000 can be checked.
So, it can check if any positive number is armstrong number.

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/240 **State:** closed **Merged:** Yes --- Fix: only numbers which is between 99 and 1000 can be checked. So, it can check if any positive number is armstrong number.
claunia added the pull-request label 2026-01-29 15:13:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#536