With the following declaration: int [ , ] points = {{300, 100, 200, 400, 600}, {550, 700,

Question:

With the following declaration:

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

{550, 700, 900, 200, 100}};

The statement points[0, 4] = points[0, 4-2]; will

a. replace the 400 amount with 2

b. replace the 300 and 600 with 2

c. replace the 600 with 200

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: