public static void Main()
Console.WriteLine(" Do you think C Language Easy or Difficult?");
N=Int32.Parse(Console.ReadLine());
{Console.WriteLine("Yes! C Language is very easy \nYou are smart!");
Console.WriteLine("Oh! Sorry to hear! \nYou can do it!");
Console.WriteLine("You press number {0}",N);
Console.WriteLine("Thank You!");