How i can fix this please. I want yo get int and float togheter as input for the array | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 1

How i can fix this please. I want yo get int and float togheter as input for the array

https://code.sololearn.com/cQyqxXAUfI5O/?ref=app

10th Feb 2023, 4:31 PM
Learning Python
2 odpowiedzi
+ 3
For array declaration need brackets [] like double[] a=new double[5]; And declard t as double type. double t;
10th Feb 2023, 4:43 PM
Jayakrishna 🇮🇳
+ 1
Jayakrishna 🇮🇳 thanks so much brother🙏🏽
10th Feb 2023, 5:09 PM
Learning Python