+ 2
int x = 2; int y = 4; int sum = x + y; // sum = 6
1st Mar 2018, 3:13 PM
Boris Batinkov
Boris Batinkov - avatar