Solved

In the Array Class Defined in Chapter 4, How Do

Question 8

Multiple Choice

In the Array class defined in Chapter 4, how do you instantiate an array object that can hold 10 values?


A) myArray(10) = Array
B) Array myArray, 10
C) myArray = Array(10)
D) Array(10) myArray

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions