please give me int results numbers and System.out.PrintIn( ) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

please give me int results numbers and System.out.PrintIn( )

im new here i want to learn more

13th Oct 2017, 6:59 AM
Genci Zeqo
Genci Zeqo - avatar
3 Respuestas
+ 6
It is from the course. int x = 2; int y = 4; int result = x * y; System.out.printIn(result);
13th Oct 2017, 7:09 AM
jay
jay - avatar
+ 4
Please explain your problem. what the mean of int number results in print syntax? when you want to print in command line, you should use the command above. int x = 5; int y = 7; int z = x + y; System.out.PrintIn( z );
13th Oct 2017, 7:02 AM
Ali Tavana
Ali Tavana - avatar
+ 1
thanks i get a hint and found it
13th Oct 2017, 7:10 AM
Genci Zeqo
Genci Zeqo - avatar