Which one of the following statements is not a valid array declaration?

a. double[] parsecs = new double[10];
b. decimal[] sales = new decimal[24.5m];
c. string[] cities = new decimal[50];
d. int[] quarters = new int[4];

b. decimal[] sales = new decimal[24.5m];

Computer Science & Information Technology

You might also like to view...

The ____ function calculates monthly payments.

A. ROUND B. AVERAGE C. STDEV D. PMT

Computer Science & Information Technology

A(n) ____ CA does not have to be integrated with Active Directory and so does not have to use user and security group information derived from Active Directory.

A. standalone root B. enterprise root C. enterprise subordinate D. standalone subordinate

Computer Science & Information Technology