public static void Main()
string type = Console.ReadLine();
int rows = int.Parse(Console.ReadLine());
int columns = int.Parse(Console.ReadLine());
int seats = rows * columns;
income += seats * 100.50;
}else if(type == "Iconomy") {
}else if(type == "First") {
Console.WriteLine("Total: {0}", income);