0
For sum of two variables what a system.out.println contains
2 odpowiedzi
+ 16
int a = 5;
int b = 6;
System.out.println(a+b);
0
int x= 3, y =4
int = x y
System.out.println(x+y)
i think this area one gat to think am actually a beginner stoke here