Multiple Choice
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];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Look at the following code sample: const
Q9: With what value should the accumulator variable
Q10: It is preferred practice to use a(n)
Q11: The first step in calculating the average
Q12: To access a single element in a
Q14: The primary advantage of the binary search
Q15: Which one of the following declaration statements
Q16: You can use the == operator to
Q17: The .NET Framework provides a class named
Q18: Arrays are always passed by value when