Which of the following statements are valid?
int i = new int(30);
double d [ ] = new double[30];
char [ ] r = new char(1..30);
int i [ ] = (3, 4, 3, 2);
float f [ ] = {2.3, 4.5, 6.6};
char [ ] c = new char();
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.