+ 1
How i can fix this please. I want yo get int and float togheter as input for the array
2 odpowiedzi
+ 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🙏🏽



