+ 1
Need help pls ,I'm new .
Module 1 Quiz int x = 4; int y = 7; int sum = x + y; System.out.PrintIn( );
4 Antworten
+ 3
int x = 4;
int y = 7;
int sum = x + y;
System.out.println(sum);
+ 3
if you would just take a look at the course. even by intuition it means 4 + 7. then print out what 4 + 7 is aka 11
0
I gave it already to you