Sobes.tech
Back to tasks
Intern — Senior
122

Predict the output of a simple C# snippet

Get help with live coding in real time with Sobes Copilot
Task condition

Determine what the program will display when executed.

int a = 1;
int b = a;
b = 2;
Console.WriteLine(a);