Beispiel #1
0
 private double AskSquareParameters()
 {
     return(DataParser.GetDouble("square side length:"));
 }
Beispiel #2
0
 private double AskCircleParameters()
 {
     return(DataParser.GetDouble("circle radius:"));
 }
Beispiel #3
0
 private double AskTriangleParameters()
 {
     return(DataParser.GetDouble("triangle side length:"));
 }