What is the correct declaration statement for an array of 100 integers?

A. dimension int [100];
B. int numbers[99];
C. dim numbers[100];
D. int numbers[100];

D

Computer Science & Information Technology

You might also like to view...

Where can a CASE be used?

a. The ON clause of a JOIN b. A WHERE clause c. A HAVING clause d. All three of these can hold a CASE. e. None of these can hold a CASE.

Computer Science & Information Technology

Identify the syntax to remove a rule from a style sheet.

A. sheet.deleteRule(rule,index) B. sheet.deleteRule(index) C. sheet.deleteRule(rule) D. sheet.deleteRule(index, rule)

Computer Science & Information Technology