(String[] args)
| 73 | } |
| 74 | |
| 75 | public static void main(String[] args) { |
| 76 | /* For an easy way to test these, open up Square Cut Tester.xlsx |
| 77 | * in the Chapter 7, Problem 5 folder. Copy and paste the exact |
| 78 | * output from below into the file (including all tabs). |
| 79 | */ |
| 80 | doTests(); |
| 81 | } |
| 82 | |
| 83 | } |