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