Console.WriteLine("Enter your car speed to kmow 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")