My code:
string expr = "2+2"; int n = Int32.Parse(expr); Console.WriteLine(n);
Expected Output: 4.
Output: error, incorrect