public static void Main()
Console.WriteLine("Adj meg egy egész számot!");
int szam = Int32.Parse(Console.ReadLine());
Console.WriteLine("A szám osztható 2-vel.");}
Console.WriteLine("A szám osztható 3-mal.");}
Console.WriteLine("A szám osztható 5-tel.");}