Console.Writeline("Please input the number of years needed:")
noOfyears = Console.Readline()
Console.Writeline("Please input the starting balance:")
Balance = Console.Readline()
Loop until years = noOfyears
Console.Writeline("After " & noOfyears & "years we now have £" & balance.tostring("F2"))