SyntaxFix
Write A Post
Hire A Developer
Questions
int sum = 0; for(int i = 0; i < A.length; i++){ sum += A[i]; }