Question: 4. [20pts] Debug the following code by hand. Identify all errors, and whether they are a syntax or logic error (comments indicate how the
4. [20pts] Debug the following code by hand. Identify all errors, and whether they are a syntax or logic error (comments indicate how the code should work). int x=2, Y=4; Byte Z = -350; for (I=1; I 0) else X+=1; X Math.Log(x); if ((X=0.0) && (X 5) X-=1; } while (X>=Y); x = 0; x = 1; Console.WriteLine(X);
Step by Step Solution
There are 3 Steps involved in it
Answer int x 2 y 4 Corrected variable naming int I 1 Added initialization of loop vari... View full answer
Get step-by-step solutions from verified subject matter experts
