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

Method ADTFraction

Programs/ADTFractionApp.java:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 private int d; //denomenator
22//---------------------------------------------------
23 public ADTFraction() {//default constructor
24 this.n=0;
25 this.d=1;
26 }
27//---------------------------------------------------
28 public ADTFraction(int a, int b) {//parameter constructor
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected