+ 2
Please solve the compile time error in this program!!!
4 Respuestas
+ 6
Array index starts with 0, ends with n-1.
+ 3
Thank you very much Hatsy Rei and Tom, it works now
+ 2
Replace line 12 with
for (i = 0; i < n; i = i + 1)
Did you get expected output?
+ 1
You are welcome😀👍