Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Method
main
Java/Armstrong.java:16–23 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
14
15
}
16
public
static
void
main(String[] args) {
17
18
for
(
int
i=100;i<1000;i++){
19
if
(Arms(i)){
20
System.out.print(i+
" "
);
21
}
22
}
23
}
24
}
Callers
nothing calls this directly
Calls
2
Arms
Method · 0.95
print
Method · 0.45
Tested by
no test coverage detected