console.WriteLine(“Enter your car speed to know how much you have to pay for the traffic violation")
dim a as single = console.ReadLine()
console.WriteLine("You have to pay 1000$")
console.WriteLine("You have to pay 700$")
console.WriteLine("You have to pay 500$")
console.WriteLine("You are within the speed limit")