dim time ,miles ,Pcost ,MilesCost as decimal
console.WriteLine(" how many passengers are you booking")
console.writeline ("how far is your journey in miles")
console.WriteLine("what time does the journey start in 24 hour format ,max journey length 12 hours")
Totalprice = MilesCost + Pcost
If 8 > time or time < 20 then
TotalPrice =Totalprice *2
Console.WriteLine(" and your total is" & Totalprice & )