Which of the following statements is true about this array declaration? Declare Integer numbers[5] = 123,456,789,321,654
a. This is an error; there should be 6 integers in the array.
b. This is an array declaration and initialization.
c. This is an error; the values of the array should be 1, 2, 3, 4, 5
d. None of these statements are true.
b. This is an array declaration and initialization.
Computer Science & Information Technology
You might also like to view...
The command to display your home directory pathname is
a: echo $HOME b: echo HOME c: echo Current Directory d: echo $PATH e: echo pathname
Computer Science & Information Technology
An Access ____ is a file that contains the elements needed to produce a specific type of complete database.
A. blueprint B. template C. ERD diagram D. startup file
Computer Science & Information Technology