Home > Net >  C # programming
C # programming

Time:10-03

From the keyboard input of a square side length, then output the area of the square value, keep a decimal places the area of the square

CodePudding user response:

C # has its own section, to the hair

CodePudding user response:

Double the Get (double a)
{
Return Math. Round (a * a, 1);
}

CodePudding user response:

this problem did you watch the books can be a little bit
  •  Tags:  
  • C#
  • Related