Friday 4 May 2012

Add two numbers


   int i=4;
        int u=10;
      decimal  div =(decimal) i / (decimal)u;
        decimal percent = (decimal)(yy * 100);
       Response.Write(percent);

No comments:

Post a Comment