fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. static void Main(string[] args)
  6. {
  7. int a = 5;
  8. if (Convert.ToBoolean((.002f) -(0.1f)))
  9. Console.WriteLine("Sachin Tendulkar");
  10. else if (a == 5)
  11. Console.WriteLine("Rahul Dravid");
  12. else
  13. Console.WriteLine("Ms Dhoni");
  14. Console.ReadLine();
  15. }
  16.  
  17. }
Success #stdin #stdout 0.03s 26224KB
stdin
Standard input is empty
stdout
Sachin Tendulkar