Find the mistakes in this VB.net code using VB.net languageModule Module1Sub Main() Dim x As Integer = 5 If x = 10 Then Console.WriteLine("x value equals to 10") ElseIf x > 10 Then Console.WriteLine("x value greater than 10") Else Console.WriteLine("x value less than 10") End If Console.WriteLine("Press Enter Key to Exit..") Console.ReadLine() End SubEnd Module
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here