eclipse java | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 1

eclipse java

how can fix the value of the variable iw noy used

16th Oct 2017, 2:31 AM
Muhamad Daris
Muhamad Daris - avatar
1 Odpowiedź
+ 12
It's just a warning. This warning is shown when we declare a variable but don't use it anywhere else. You can remove unused variables or just ignore the warnings.
16th Oct 2017, 4:07 AM
Shamima Yasmin
Shamima Yasmin - avatar