Pls guys what is the answer to this question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pls guys what is the answer to this question

Int x = 2; int y= 4; Int result = x _ _; System.out.println(_____);

18th Nov 2017, 11:46 AM
Oguadinma Ebube
Oguadinma Ebube - avatar
18 Answers
+ 42
And what is the question?
18th Nov 2017, 11:51 AM
Igor Makarsky
Igor Makarsky - avatar
+ 7
The question looks incomplete, it must be mentioned what operation should be done to get result.
18th Nov 2017, 11:58 AM
Shamima Yasmin
Shamima Yasmin - avatar
+ 7
maybe this : int result = x+y; System.out.println(result); I think that's the question from challenges.
18th Nov 2017, 12:06 PM
RZK 022
RZK 022 - avatar
+ 5
bimpe is on level 6 she finished java today from level 3 and i have finished c++ and java. survival series
18th Nov 2017, 7:33 PM
Johnkennedy
Johnkennedy - avatar
+ 4
you are going to loose mancity
18th Nov 2017, 3:22 PM
Johnkennedy
Johnkennedy - avatar
+ 4
sssssssory
18th Nov 2017, 7:19 PM
Johnkennedy
Johnkennedy - avatar
+ 3
ebubs
18th Nov 2017, 1:34 PM
Johnkennedy
Johnkennedy - avatar
0
the question is what is the output of this code? Int x = 2; int y= 4; Int result = x _ _; System.out.println(_____);
18th Nov 2017, 11:52 AM
Oguadinma Ebube
Oguadinma Ebube - avatar
0
maybe sum that two variables
18th Nov 2017, 12:03 PM
Andika Romansyah
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(_____);
18th Nov 2017, 12:04 PM
Oguadinma Ebube
Oguadinma Ebube - avatar
0
some? you mean sum? maybe the answer '+' 'y' 'result' for the empty field
18th Nov 2017, 12:06 PM
Andika Romansyah
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
18th Nov 2017, 12:24 PM
Nura Programmer
Nura Programmer - avatar
0
This question is part of the java course.
18th Nov 2017, 12:25 PM
Paul
Paul - avatar
0
okay
18th Nov 2017, 12:34 PM
Oguadinma Ebube
Oguadinma Ebube - avatar
0
it okay I don't need help again
18th Nov 2017, 12:44 PM
Oguadinma Ebube
Oguadinma Ebube - avatar
0
how far
18th Nov 2017, 2:35 PM
Oguadinma Ebube
Oguadinma Ebube - avatar
0
guy 11 point gap
18th Nov 2017, 5:34 PM
Oguadinma Ebube
Oguadinma Ebube - avatar
0
Try to fill in X+y And enter “result” in the printIn method.
9th Dec 2017, 7:19 PM
Olumide Omitiran
Olumide Omitiran - avatar