Пример #1
0
 public static void Main(String [] args)
 {
     Console.WriteLine("Hello" + MyMath.name);
     Console.WriteLine("square of a given number is " + MyMath.square(2));
 }