Question: need help in c#. errors are below The file DebugFour2.cs has syntax and/or logical errors. Determine the problem(s), and fix the program. If Program asks

need help in c#. errors are below  need help in c#. errors are below The file DebugFour2.cs has
syntax and/or logical errors. Determine the problem(s), and fix the program. If
Program asks user to enter three integers / Program displays a message
indicating whether the numbers / are in sequential order, /) in reverse
order I or in neither order asing system; using static System.Console; class

The file DebugFour2.cs has syntax and/or logical errors. Determine the problem(s), and fix the program. If Program asks user to enter three integers / Program displays a message indicating whether the numbers / are in sequential order, /) in reverse order I or in neither order asing system; using static System.Console; class Debugfour2 static void Main() \{ int num1, num2, num3; string snum1, snum2, snum3; Write( "Enter first number "); snum 1 = Readline (); num1 = Convert. ToInt32( snum1 ); Write("Enter second number "); snum2 = ReadLine () ; num2 = Convert. ToInt32(snum2); Write( "Enter third number "); snum3 = ReadLine (); num3 = Convert. ToInt32( snum3 ); int num1, num2, num3; string snum1, snum2, snum3; Write("Enter first number "); snum1 = Readline(); num1 = Convert. Toint 32( snum1); Write("Enter second number "); snum2 = Readline(); num2 = Convert. ToInt32(snum2); Write("Enter third number "); snum3 = Readline(); num3 = Convert. ToInt 32 (snum3); if (num1 num2 \&\& num1 > num3 \&\& num2 > num3) WriteLine("Numbers are in reverse order"); else Writeline("Numbers are in neither sequential nor reverse order"); \} Input 2 2 2 Output Enter first number Enter second n I Input 3 2 2 Output Enter first number Enter second n

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!