With the following declaration: int [ ] points = {550, 700, 900, 800, 100}; the statement points[3]

Question:

With the following declaration:

int [ ] points = {550, 700, 900, 800, 100};

the statement points[3] = points[3] + 10; will

a. replace the 800 amount with 810

b. replace the 550 amount with 560

c. replace the 900 amount with 910

d. result in an error

e. none of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: