console.writeline("Enter the first number: ")
num1 = console.ReadLine()
console.writeline("Enter the second number: ")
num2 = console.ReadLine()
console.writeline("Enter the third number: ")
num3 = console.ReadLine()
console.writeline("The first number is the biggest")
console.writeline("The third number is the biggest")
console.writeline("The second number is the biggest")
console.writeline("The third number is the biggest")