- 3
How satisfying this question
int x=2, int y=4, then int result = _ _ System.out. println( ) now what I'm feeling in the blanks space
3 Answers
+ 19
//might u 1st need to replace those , with ;
https://www.sololearn.com/Discuss/333866/?ref=app
+ 3
I find already
+ 1
it depends on what you want to do
maybe x+y, x*y, y/x ....
then output the result