Question: Debugging Exercise 'l-'1 Instructions DebugOne1.cs + = The provided file has syntax and/or logical errors. Determine the problem and fix the program. Grading 1 using

Debugging Exercise 'l-'1 Instructions DebugOne1.cs + = The provided file has syntax and/or logical errors. Determine the problem and fix the program. Grading 1 using static System.Console; 2 class Debugone1 3 { 4. static void Main() 5 { 6 Writeline("This program displays some keyboard punctuation"); 7 WriteLine("! exclamation point"); 8 WriteLine("@ at-sign") 9 WriteLine("# pound sign"); 10 WriteLine("$ dollar sign"); 11 } 12 } When you have completed your program, click the Submit button to record your score. 13
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
