public class Triangle extends Shape
| Constructor and Description |
|---|
Triangle(double s1,
double s2,
double s3) |
| Modifier and Type | Method and Description |
|---|---|
double |
area() |
double |
getArea() |
Copyright © 2021. All rights reserved.