Why else is printed? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
11th Jun 2020, 7:49 PM
Mohammad
Mohammad - avatar
2 Respuestas
+ 3
Mohammad Because second if condition is failed so it will go in else part. If you don't want to print the else part Just do like this: if(cp < sp) { } else if(cp > sp) { } else { }
11th Jun 2020, 8:00 PM
A͢J
A͢J - avatar
+ 2
Mohammad You can share your code like this. So it would be easy to go on your code. https://code.sololearn.com/ce6LI0L8GwvO/?ref=app
11th Jun 2020, 7:56 PM
A͢J
A͢J - avatar