console.writeline("Enter the first number: ")
console.writeline("Enter the second number: ")
num2 = console.ReadLine()
console.writeline("The numbers are equal")
console.writeline("The first number is the biggest")
console.writeline("The second number is the biggest")