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("Enter the fouth number: ")
num4 = console.ReadLine()
console.writeline("Enter the five number: ")
num5 = console.ReadLine()
console.writeline("The first number is the biggest")
console.writeline("The seacend is the biggest")
console.writeline("The third is the biggest")
console.writeline("The fouth is the biggest")
console.writeline("The five is the biggest")