hungdihoc
7/17/2019 - 10:55 AM

Output-6-1

int a = 18;
int b = 6;
int c = a + b;
Console.WriteLine(c);