The base type of an array may be all of the following but:

a. string
b. boolean
c. long
d. all of these may be a base type of an array.

D

Computer Science & Information Technology

You might also like to view...

When designing a presentation, you should plan on displaying a new slide every minute

Indicate whether the statement is true or false

Computer Science & Information Technology

State whether the following are true or false. If the answer is false, explain why.

1) The default case is required in the switch selection statement. 2) The break statement is required in the default case of a switch selection statement to exit the switch properly. 3) The expression ( x > y && a < b ) is true if either the expression x>y is true or the expression a

Computer Science & Information Technology