int number + char number=Bad anwser | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

int number + char number=Bad anwser

as it says by the title, when im trying mix an char number and an int number together it gives an wrong anwser. simpel code here: char that = '4'; int guy = 14; System.out.println(that+guy);

26th May 2017, 7:03 PM
Sarah kerr
Sarah kerr - avatar
0 Respuestas