MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / calcArea

Method calcArea

Programs/areaRect.java:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 b = n;
8 }
9 public int calcArea() {
10 int area = l * b;
11 return area;
12 }
13}
14public class AreaRect {
15 public static void main(String[] args) {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected