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

Method display

Programs/ADTFractionApp.java:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105//---------------------------------------------------
106 public void display() {//display the fraction in the format n/d
107 System.out.println(this.n + "/" + this.d);
108 }
109//---------------------------------------------------
110
111}

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected