A program contains an array that holds all the names of the days of the week. Which of the following is true?

A. The highest subscript is 6.
B. The highest subscript is 7.
C. The lowest subscript is 1.
D. The highest subscript is 12.

Answer: A

Computer Science & Information Technology

You might also like to view...

What is the output of the following Java code?int num = 15;while (num > 0)      num = num - 3;System.out.println(num);

A. 0 B. 3 C. 12 D. 15

Computer Science & Information Technology

Notebook and netbook computers usually have a keyboard that is similar to a desktop keyboard, but it is typically smaller.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology