Debug Exercises
Each of the four files in the CH8 Debug zipped folder has syntax and/or logical errors. In each case, determine the problem, and fix the program. DebugEight1 [code language=”csharp”] // GetData() method accepts order number and quantity // that are used in the Main() method // Price is $3.99 each using System; using static System.Console; […]