Can someone help.
{ class Program { static void Main(string[] args) { string ans; ans = Console.ReadLine(); Console.WriteLine("I have a simple question..."); Console.WriteLine(""); Console.WriteLine("What is... idk, 1+1?"); Console.WriteLine("You said the answer is {0}", ans); if (ans == "2"); { Console.WriteLine("Correct! Good Job :D"); } if else { Console.WriteLine("How did you get that wrong?"); Console.WriteLine("Maybe you should go back to Primary School"); } } } } ./Playground/file0.cs(24,7): error CS1003: Syntax error, '(' expected ./Playground/file0.cs(24,7): error CS1525: Invalid expression term 'else' ./Playground/file0.cs(24,7): error CS1026: ) expected ./Playground/file0.cs(24,7): error CS8641: 'else' cannot start a statement. ./Playground/file0.cs(24,7): error CS1002: ; expected