eclipse java | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
+ 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