0
please give me int results numbers and System.out.PrintIn( )
im new here i want to learn more
3 Respuestas
+ 6
It is from the course.
int x = 2; int y = 4;
int result = x * y;
System.out.printIn(result);
+ 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 );
+ 1
thanks
i get a hint and found it