MCPcopy Index your code
hub / github.com/careercup/ctci / printSquare

Method printSquare

java/Chapter 7/Question7_5/Question.java:14–16  ·  view source on GitHub ↗
(Square s)

Source from the content-addressed store, hash-verified

12 }
13
14 public static void printSquare(Square s) {
15 System.out.println(s.left + "\t" + s.top + "\t" + s.size);
16 }
17
18 public static boolean isApproxEqual(double d1, double d2) {
19 double epsilon = .001;

Callers 1

doTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected