Someone help me in the sum of this two variables int x=2 int y=4 system.out.println ( ) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Someone help me in the sum of this two variables int x=2 int y=4 system.out.println ( )

Java opperators

26th Sep 2018, 11:01 AM
Alturabi Abdimalik
Alturabi Abdimalik - avatar
2 Answers
0
Thanks
26th Sep 2018, 11:17 AM
Alturabi Abdimalik
Alturabi Abdimalik - avatar
0
using System.out; public class Program { public static void main(String[] args) { int x=2; int y=4; println(x+y); } }
27th Sep 2018, 10:59 AM
Mahdi Md
Mahdi Md - avatar