public static void Main()
Console.Write("Please enter the number of stations :");
n = Convert.ToInt32(Console.ReadLine());
Console.Write("Price = 20 Bath");
Console.Write("Price = 30 Bath");
Console.Write("Price = 50 Bath");
Console.Write("Out of service");