public static void Main()
Console.WriteLine("Seriously, why the #@!$% do you keep visiting me?!");
Console.WriteLine("I'm seriously done with you this time.");
Console.WriteLine("...");
Console.WriteLine("I should get back to work now.");
Console.WriteLine("Tell me 12 numbers and i'll tell you their average :)))))");
j1 = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
j2 = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
j3 = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
j4 = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
j5 = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
j6 = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
j7 = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
j8 = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
j9 = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
jx = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
jy = int.Parse(Console.ReadLine());
Console.WriteLine("Type a number");
jz = int.Parse(Console.ReadLine());
addition = ( j1 + j2 + j3 + j4 + j5 + j6 + j7 + j8 + j9 + jx + jy + jz / 12);
Console.WriteLine("The average is " + addition);