Sum of two variables | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Sum of two variables

6th Aug 2018, 1:47 AM
Ujjwal
2 Answers
+ 1
int x = 23; int y = 5; int result = x+y; System. out. println(result);
12th Aug 2018, 4:38 AM
Tanmayee Gaikwad
Tanmayee Gaikwad - avatar
0
int x = 23; int y = 5; int result = x+y; System. out. println(result);
12th Aug 2018, 4:38 AM
Tanmayee Gaikwad
Tanmayee Gaikwad - avatar