Question

What's wrong with this code?
int[] = (1, 2, 3, 4, 5);
a) The array size must be specified in the square brackets.
b) The parentheses should be square brackets.
c) The square brackets should be curly braces.
d) The parentheses should be curly braces.

Answer

This answer is hidden. It contains 3 characters.