public class RightTriangle extends Triangle
| Constructor and Description |
|---|
RightTriangle(double a,
double b) |
| Modifier and Type | Method and Description |
|---|---|
double |
getA() |
double |
getArea() |
double |
getB() |
double |
getC() |
Copyright © 2021. All rights reserved.