public static void Main()
while ((othr == "Y") || (othr == "y"))
Console.WriteLine("calculator");
Console.WriteLine("[1] add");
Console.WriteLine("[2] take away");
Console.WriteLine("[3] multiply");
Console.WriteLine("[4] divide");
Console.WriteLine("[5] exit");
Console.WriteLine("what operation do u want to do dumb fuck");
b = int.Parse(Console.ReadLine());
while ((loop == "Y") || (loop == "y"))
Console.WriteLine("add number to number lol");
Console.WriteLine("first quantity");
a = float.Parse(Console.ReadLine());
Console.WriteLine("second quantity");
bb = float.Parse(Console.ReadLine());
Console.WriteLine("{0} + {1} = {2}", a, b, a + b);
Console.WriteLine("do u want to add number again [y/n]");
loop = Console.ReadLine();
Console.WriteLine("what did you fuck up this time you moron {0}", er.Message);
Console.WriteLine("do you want to run it back [y/n]");
loop = Console.ReadLine();
while ((loop == "Y") || (loop == "y"))
Console.WriteLine("take away");
Console.WriteLine("first quantity");
a = float.Parse(Console.ReadLine());
Console.WriteLine("second quantity");
bb = float.Parse(Console.ReadLine());
Console.WriteLine("{0} - {1} = {2}", a, b, a - b);
Console.WriteLine("do u want to take away number again [y/n]");
loop = Console.ReadLine();
Console.WriteLine("what did you fuck up this time you moron {0}", er.Message);
Console.WriteLine("do you want to run it back [y/n]");
loop = Console.ReadLine();
while ((loop == "Y") || (loop == "y"))
Console.WriteLine("multiply lol");
Console.WriteLine("first quantity");
a = float.Parse(Console.ReadLine());
Console.WriteLine("second quantity");
bb = float.Parse(Console.ReadLine());
Console.WriteLine("{0} x {1} = {2}", a, b, a * b);
Console.WriteLine("do u want to multiply number again [y/n]");
loop = Console.ReadLine();
Console.WriteLine("what did you fuck up this time you moron {0}", er.Message);
Console.WriteLine("do you want to run it back [y/n]");
loop = Console.ReadLine();
while ((loop == "Y") || (loop == "y"))
Console.WriteLine("divide shit bro what the fuck are u using this for ur probably older than 10");
Console.WriteLine("first quantity");
a = float.Parse(Console.ReadLine());
Console.WriteLine("second quantity");
bb = float.Parse(Console.ReadLine());
Console.WriteLine("{0} / {1} = {2}", a, b, a / b);
Console.WriteLine("do u want to divide number again [y/n]");
loop = Console.ReadLine();
Console.WriteLine("what did you fuck up this time you moron {0}", er.Message);
Console.WriteLine("do you want to run it back [y/n]");
loop = Console.ReadLine();
Console.WriteLine("how.");
Console.WriteLine("many.");
Console.WriteLine("FUCKING.");
Console.WriteLine("TIMES");
Console.WriteLine("DO I HAVE TO TELL YOU THAT YOU'RE SUPPOSED TO USE NUMBERS YOU FUCKING ILLITERATE SHIT EATER MEXICAN FUCK");
Console.WriteLine("DO YOU WANT TO TRY AGAIN YES OR NO DUMB FUCK [Y/N]");
othr = Console.ReadLine();
Console.WriteLine("USE AN ACTUAL CALCULATOR NEXT TIME DUMB FUCK");
Console.WriteLine("OR MAYBE ACTUALLY LEARN MATH YOU AUTISTIC GOOSE");
Console.WriteLine("PRESS ENTER AND PLEASE DO NOT USE THIS SHIT EVER AGAIN");