0

someone help me i have a problem this code already put x = y and will not

someone help me i have a problem this code already put x = y and will not Fill in the missing parts in the following code to print 13. int x = 25; int y; y = - 12; System.out.println();

19th Dec 2020, 7:20 PM
gleicielle camargo
gleicielle camargo - avatar
1 Odpowiedź
0
Hi! Try this: System.out.println(x + y);
19th Dec 2020, 8:01 PM
Vasile Eftodii
Vasile Eftodii - avatar