using System; class Program { static void Osszead() { int eredmeny = 3 + 5; Console.WriteLine(eredmeny); } static void Main() { Osszead(); } }