public static void Main()
Console.WriteLine("Made by Obed Iñaki Uresti Almanza");
Console.WriteLine("The price per subject is $50 each, up to $350 per semester;");
Console.WriteLine("How many subjects are you signing up for: ");
int Subs = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Please usea a correct number");
else if (Subs >= 1 & Subs < 7)
Console.WriteLine("Total to be paid in this semester is ${0}", Total);
Console.WriteLine("Total to be paid in this semester is ${0}", Total);