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();
 }