public static void Main()
Console.WriteLine("Skriv in tre tal:");
int talA = int.Parse(Console.ReadLine());
int talB = int.Parse(Console.ReadLine());
int talC = int.Parse(Console.ReadLine());
Console.WriteLine("Tal " + talA + " är störst!");
Console.WriteLine("Tal " + talC + " är störst!");
Console.WriteLine("Tal " + talB + " är störst!");
Console.WriteLine("Tal " + talC + " är störst!");