Package g0201_0300.s0223_rectangle_area
Class Solution
java.lang.Object
g0201_0300.s0223_rectangle_area.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
computeArea
(int a, int b, int c, int d, int e, int f, int g, int h)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
computeArea
public int computeArea(int a, int b, int c, int d, int e, int f, int g, int h)
-