//Now perform the tests and display the results // on the command-line screen. System.out.println( "theCircle contains theBoundingBox: " + theCircle.contains(theBoundingBox)); Figure 10