dim AverageTempInAutumn as integer = 293
console.writeline("please enter the temperature in celsius degree")
number1 = console.ReadLine()
console.WriteLine("degree of temperature in kelvin is " & Kelvin)
Console.WriteLine("please guess the average temperature in Kelvin in Autumn in Suzhou")
if guess = AverageTempInAutumn then
console.WriteLine("Congratulations! You've got the correct answer.")
if guess > AverageTempInAutumn then
console.WriteLine("Sorry, but your answer is larger than the correct answer. Please try again.")
else console.writeline("Sorry, but your answer is smaller than the correct answer. Please try again.")