public static void Main()
Console.WriteLine("Whats the cost of the bus?");
B = int.Parse(Console.ReadLine());
Console.WriteLine("how many people are on the bus?");
N = int.Parse(Console.ReadLine());
Console.WriteLine("whats the cost for the movies?");
C = int.Parse(Console.ReadLine());
Console.WriteLine("Whats the total = " + E);