Question: Instructions DebugTwo1.cs + The program DebugTwo1.cs has syntax and/or logical errors. Determine the problem(s) and fix the program. Grading 8 When you have completed your

 Instructions DebugTwo1.cs + The program DebugTwo1.cs has syntax and/or logical errors.

Instructions DebugTwo1.cs + The program DebugTwo1.cs has syntax and/or logical errors. Determine the problem(s) and fix the program. Grading 8 When you have completed your program, click the Submit button to record your 1 // Program compares your name to the name of your boss 2 using System; 3 using static System.Console; 4 class Debug Two1 5 { 6. static void Main() 7 { string name, bossName, 9 bool areNames The Same; 10 Write(Enter your name >> "); 11 name = ReadLine(); 12 Write("Hello {0}! Enter the name of your boss >> ", name); 13 bossName == ReadLine(); 14 areNames The Same String.Equals(name, bossName); 15 WriteLine("It is {0} that you are your own boss", isNameTheSame); 16 } 17 } 18. score

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!