+ 1
How i can fix this please. I want yo get int and float togheter as input for the array
2 Answers
+ 3
For array declaration need brackets [] like
double[] a=new double[5];
And declard t as double type.
double t;
+ 1
Jayakrishna š®š³ thanks so much brotheršš½