0
Pls guys what is the answer to this question
Int x = 2; int y= 4; Int result = x _ _; System.out.println(_____);
21 Answers
+ 42
And what is the question?
+ 7
The question looks incomplete, it must be mentioned what operation should be done to get result.
+ 7
maybe this :
int result = x+y;
System.out.println(result);
I think that's the question from challenges.
+ 5
bimpe is on level 6 she finished java today from level 3 and i have finished c++ and java. survival series
+ 4
you are going to loose mancity
+ 4
sssssssory
+ 3
ebubs
0
the question is what is the output of this code?
Int x = 2; int y= 4;
Int result = x _ _;
System.out.println(_____);
0
maybe sum that two variables
0
sorry this is the right question
fill in the blank to print the some of two variables
Int x = 2; int y= 4;
Int result = x _ _;
System.out.println(_____);
0
some? you mean sum?
maybe the answer
'+' 'y' 'result'
for the empty field
0
@Oguadinma
you actually need to know how to post a question here, cos your question looks incomplete and on that case you wouldn't get the answer
0
This question is part of the java course.
0
okay
0
it okay I don't need help again
0
how far
0
guy 11 point gap
0
Try to fill in X+y
And enter “result” in the printIn method.