presentType() публичный Метод

public presentType ( int n ) : int
n int
Результат int
Пример #1
0
        static void Main(string[] args)
        {
            TwoTurtledoves x = new TwoTurtledoves();

            Console.WriteLine(x.presentType(12));
            Console.ReadLine();
        }
Пример #2
0
 static void Main(string[] args)
 {
     TwoTurtledoves x = new TwoTurtledoves();
     Console.WriteLine(x.presentType(12));
     Console.ReadLine();
 }