Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Method
main
Java/Array/ArraySum.java:57–61 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
55
}
56
57
public
static
void
main(String[] args) {
58
int
[] arr = takingInput();
59
int
n = arraySum(arr);
60
System.out.println(n);
61
}
62
}
Callers
nothing calls this directly
Calls
2
takingInput
Method · 0.95
arraySum
Method · 0.95
Tested by
no test coverage detected