Solved

Which One of the Following Statements Is Not a Valid

Question 13

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions