Fill in the blanks to print the sum of the two variables. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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(------);

29th Sep 2019, 8:13 PM
shaibu Iddrisu
shaibu Iddrisu - avatar
6 ответов
+ 2
int x=2; int y=4; int result = x+y; system.out.println(result);
29th Sep 2019, 9:09 PM
Seb TheS
Seb TheS - avatar
0
result :v
29th Sep 2019, 8:20 PM
WilFred AlvaRado
WilFred AlvaRado - avatar
0
Result. (:
24th Nov 2019, 5:24 PM
Thomas Minnick
Thomas Minnick - avatar
0
int a=10; _ a; systemout println(a); what is the answer for this
12th Aug 2021, 7:26 AM
ammaar mafaz
0
The way these lessons are taught is so confusing
10th Aug 2022, 1:48 PM
Addavia Montsho
- 2
Thank you
30th Sep 2019, 5:22 AM
shaibu Iddrisu
shaibu Iddrisu - avatar