print("Choose Work Location")
dim n as string = console.readline()
print("Choose work number")
print("Choose work number")
print("Choose work number")
print("Input 10 Numbers")
print(small & " is the smallest number")
print("The sum of the ten numbers are " & sum)
print("Input 10 Numbers")
print ("The sum of the the numbers is " & sum)
print ("The number of numbers greater then 20 is " & c)
print ("The sum of the numbers greater then 20 is " & csum)
dim x as integer = console.ReadLine()
dim x as integer = console.ReadLine()
dim x as integer = console.ReadLine()
print("This is the Factorial of this number")
dim x as integer = console.readline
dim y as integer = console.ReadLine()
print("This is the next 10 munbers of this Fibonacci sequence")
dim x as integer = console.ReadLine()
print("Input ten test results")
print(y & " of the marks were between 40 and 70")
print("This is " & y*10 & "% of the marks")
print("Input Temprature in Farenheit")
print("This is " & c & " in Celcius")
print("Enter -1 as the temprature if you do not want to continue")
dim x as integer = console.ReadLine()
dim a as integer = r.next
dim b as integer = r.next
dim answer as integer = a + b
input = console.readline()
loop until (input = answer)
Public sub print(ps as string)