- 12
Fill in the blanks to print the sum of the two variables.
int x=2; int y=4; int result = x--; system.out.println(------);
6 Respuestas
+ 2
int x=2; int y=4;
int result = x+y;
system.out.println(result);
0
result :v
0
Result. (:
0
int a=10;
_ a;
systemout println(a);
what is the answer for this
0
The way these lessons are taught is so confusing
- 2
Thank you