dim highest as decimal = 0
dim lowest as decimal = 0
dim input_temp as decimal
console.WriteLine("Enter Temperature " & count)
input_temp = console.readline
Do while temp(count) < 30 or temp(count) >40
console.write("temperature " & count) : console.Write(" is invalid")
input_temp=console.ReadLine()
temp(count)=console.readline
if temp(count) > highest then
if temp(count) < lowest then
console.WriteLine("The Highest temp is " & highest)
console.WriteLine("The Howest temp is " & lowest)
tempdiff = highest - lowest
console.WriteLine("The difference is " & tempdiff)