Suppose you have declared an array as follows: int[] creditScores = {670, 720, 815}; What is the

Question:

Suppose you have declared an array as follows:
int[] creditScores = {670, 720, 815};
What is the value of creditScores.length?
a. 0
b. 1
c. 2
d. 3

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

Step by Step Answer:

Related Book For  answer-question

Java Programming

ISBN: 978-1337397070

9th edition

Authors: Joyce Farrell

Question Posted: