ONLINE DEBUGGING CONTEST August 2013 - by Arthi

32
using System;
namespace sample
{
 class program
  {
    static void main  (string[] args)
    {
       void get()
        {
            int s,n,k;
           Console.Writeline(enter any value for s,s);
            s=Convert.ToInt32(console.readline());
            Console.Writeline(enter any value for n,n);
            n=Convert.ToInt32(console.readline());
            k=n*(s*s + n*n);
         }
         void dis()
          {
             console.Writeline(k=+k);
             console.readline();
           }
      }
  }
}
sorry.Try better @keerthana.M
Fear is a reaction,but courage is a destination
Just a double  quotation was missing in the 13th line


.txt   dfr.txt (Size: 576 bytes / Downloads: 125)
If you want to win the world, be ready to lose yourself!!


Rocky Welcomes you!!!! Sniper

    ONLINE DEBUGGING CONTEST August 2013 - by Arthi