T Seem Figure Mistake Please Help Don T Know Error Means Either Don T Know Change Make Pr Q43880241
I can’t seem to figure outwhat the mistake is. Please help. I don’t know what the error meanseither and I don’t know what to change to make the program run.
Instructions DebugOne4.cs >_ Terminal 1 using static System.Console; 3 class DebugOne4 The provided file has syntax and/or logical errors. Determine the problem and fix the program. 5 static void Main() DebugOne4.cs(13,22): error CS0117: System.Console’ do es not contain a definition for ‘Writeline’ /usr/lib/mono/4.5/mscorlib. dll (Location of the symbol related to previous error) Compilation failed: 1 error (s), o warnings Cannot open assembly ‘Debug One4.exe’: No such file or directory. Grading When you have completed your program, click the Submit button to record your score. 7 System.Console.WriteLine(“How to play tic tac toe:”); 8 System.Console.WriteLine(“Draw a three by three grid.”); 9 System.Console.WriteLine(“The first player puts an X in any of the nine locations.”); 10 System.Console.WriteLine(“The second player puts an o in any remaining location.”); 11 System.Console.WriteLine(“Players alternate turns until one has three of the same symbol in a row”); 12 System.Console.WriteLine(“vertically, horizontally, or diagonally.”); 13 System.Console.Writeline(“If all nine squares are filled without three in a row,”); 14 System.Console.WriteLine(“the game ends in a tie.”); 15 ] म Show transcribed image text Instructions DebugOne4.cs >_ Terminal 1 using static System.Console; 3 class DebugOne4 The provided file has syntax and/or logical errors. Determine the problem and fix the program. 5 static void Main() DebugOne4.cs(13,22): error CS0117: System.Console’ do es not contain a definition for ‘Writeline’ /usr/lib/mono/4.5/mscorlib. dll (Location of the symbol related to previous error) Compilation failed: 1 error (s), o warnings Cannot open assembly ‘Debug One4.exe’: No such file or directory. Grading When you have completed your program, click the Submit button to record your score. 7 System.Console.WriteLine(“How to play tic tac toe:”); 8 System.Console.WriteLine(“Draw a three by three grid.”); 9 System.Console.WriteLine(“The first player puts an X in any of the nine locations.”); 10 System.Console.WriteLine(“The second player puts an o in any remaining location.”); 11 System.Console.WriteLine(“Players alternate turns until one has three of the same symbol in a row”); 12 System.Console.WriteLine(“vertically, horizontally, or diagonally.”); 13 System.Console.Writeline(“If all nine squares are filled without three in a row,”); 14 System.Console.WriteLine(“the game ends in a tie.”); 15 ] म
Expert Answer
Answer to I can’t seem to figure out what the mistake is. Please help. I don’t know what the error means either and I don’t know w…
OR