Intern — Senior
572
Predict the output of a simple C# snippet
Тапсырма шарты
livecode
Determine what the program will display when executed.
int a = 1;
int b = a;
b = 2;
Console.WriteLine(a);
Тапсырма шарты
livecode
Determine what the program will display when executed.
int a = 1;
int b = a;
b = 2;
Console.WriteLine(a);