0
Hey I need help on this. This is the first time I'm stuck. Can't solve this no matter what I do.
Int x=2; y=4; Int result = x_ _; System.out.printIn(_____);
6 Respuestas
+ 2
"+" "y" "result"
+ 2
The first space is to be filled with '+', the second with 'y', and the one inside System.out.println with "result". I already said it in the previous message.
+ 1
What is the desired output?
0
Fill in the blanks to print the sum of the two variables.
0
I can't get the answer for system.out.printIn. I tried sum=6 but it needs another character.
0
Thank you. So much. I have so much to learn...