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(_____);

12th Jan 2017, 6:46 AM
SAG3
SAG3 - avatar
6 Answers
+ 2
"+" "y" "result"
12th Jan 2017, 7:02 AM
Dao
Dao - avatar
+ 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.
12th Jan 2017, 7:23 AM
Dao
Dao - avatar
+ 1
What is the desired output?
12th Jan 2017, 6:58 AM
Dao
Dao - avatar
0
Fill in the blanks to print the sum of the two variables.
12th Jan 2017, 7:01 AM
SAG3
SAG3 - avatar
0
I can't get the answer for system.out.printIn. I tried sum=6 but it needs another character.
12th Jan 2017, 7:19 AM
SAG3
SAG3 - avatar
0
Thank you. So much. I have so much to learn...
12th Jan 2017, 7:26 AM
SAG3
SAG3 - avatar