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();
1 Answer
0
Hi! Try this:
System.out.println(x + y);