+ 9
What is the error??
4 Answers
+ 2
Hey no error if error how it runs.?š
Think it once guys
+ 2
If you want to sum 1, 3 and 5 members of array, than you have not errors.
0
If statement missing on line 7. You have written directly the paranthesis so it is an error. Thus it is showing the ; missing error before the line 8
0
missing {} for the if condition. and btw, did you mean to test if the numbers in the array are %2? because if your code is like this your if condition will always add the 1st, 3rd and 5th position in the array.



