Console.WriteLine("Enter Speed Limit in km/hr:")
Console.WriteLine("Enter Driver's Speed in km/hr:")
Console.WriteLine("Enter Class of Vehicle Type(A-C):")
Console.WriteLine("Class A")
Console.WriteLine("The Driver is not speeding")
Console.WriteLine("The Driver is speeding and will receive a fine of $119 and lose 4 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $275 and lose 4 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $472 and lose 4 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $903 and lose 5 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $2,435 and lose 6 demerit points")
Console.WriteLine("Class B")
Console.WriteLine("The Driver is not speeding")
Console.WriteLine("The Driver is speeding and will receive a fine of $353 and lose 4 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $472 and lose 4 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $588 and lose 4 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $903 and lose 5 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $2,435 and lose 6 demerit points")
Console.WriteLine("Class C")
Console.WriteLine("The Driver is not speeding")
Console.WriteLine("The Driver is speeding and will receive a fine of $353 and lose 4 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $472 and lose 4 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $588 and lose 4 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $1,414 and lose 5 demerit points")
Console.WriteLine("The Driver is speeding and will receive a fine of $3,691 and lose 6 demerit points")
Console.WriteLine("Class not valid")