dim students, coachcap, teachers, coaches as decimal
Console.WriteLine("Please enter how many students are going on this trip")
students = console.readline()
console.writeline("Please enter the capacity of the coaches")
coachcap = console.readline()
if (students Mod 20) <> 0 then
coaches = (teachers + students) \ coachcap
if students mod coachcap <> 0 then
console.writeline("You will need " & teachers & " teachers, and " & coaches & " coaches")