public static void Main()
Console.WriteLine("Primeiro valor:");
int A = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Operação a efetuar:");
char OP = Convert.ToChar(Console.ReadLine());
Console.WriteLine("Segundo valor:");
int B = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("TOTAL = {0}", TOTAL);
Console.WriteLine("TOTAL = {0}", TOTAL);
Console.WriteLine("TOTAL = {0}", TOTAL);
Console.WriteLine("TOTAL = {0}", TOTAL);
Console.WriteLine("OPERAÇÃO INVÁLIDA");