Multiple Choice
_______creates a String array of 5 rows and 16 columns.
A) new string( 4, 15 )
B) new string( 5, 16 )
C) new string( 6, 17 )
D) new string( 16, 5 )
E) new string( 17, 6 )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions