Which of the C# code should be added to get the following output?

    * * * * *
    * * * *
    * * *
    * *
    *
   static void Main(string[] args)
   {
       int i,j;
     /* Add code here */
 
  }

Posted on by