With the following declaration: int [ ] points = {300, 100, 200, 400, 600}; the statement Write(points[2]
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 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:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285856872
5th Edition
Authors: Barbara Doyle
Question Posted: