Question: With the following declaration: int [ ] points = {300, 100, 200, 400, 600}; the statement Write(points[2] + points[3]); will a. display 200400 b. display
With the following declaration:
int [ ] points = {300, 100, 200, 400, 600};
the statement 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
