Integer comparison: Difference between revisions

Content added Content deleted
Line 678: Line 678:
Sub Main()
Sub Main()
Dim a = 1
Dim a = CInt(Console.ReadLine)
Dim b = 2
Dim b = CInt(Console.ReadLine)
'Using if statements
'Using if statements