With the following declaration: int [ ] points = {300, 100, 200, 400, 600}; The statement Console.Write(points

Question:

With the following declaration:

int [ ] points = {300, 100, 200, 400, 600};

The statement Console.Write(points [2] + points [3]); will

a. display 200400

b. display 600

c. display "points[2] + points[3]"

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: