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

Method main

Programs/ADTFractionApp.java:9–14  ·  view source on GitHub ↗

@param args the command line arguments

(String[] args)

Source from the content-addressed store, hash-verified

7 * @param args the command line arguments
8 */
9 public static void main(String[] args) {
10 ADTFraction f1=new ADTFraction(3,5);
11 f1.display();
12 ADTFraction f2=new ADTFraction(7,8);
13 f2.display();
14 }
15
16}
17

Callers

nothing calls this directly

Calls 1

displayMethod · 0.95

Tested by

no test coverage detected