mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-09 03:59:38 +08:00
Update Maths/Armstrong.java
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
package strings;
|
||||
package Maths;
|
||||
|
||||
/**
|
||||
* An Armstrong number is equal to the sum of the cubes of its digits.
|
||||
|
Reference in New Issue
Block a user