|
|
@@ -1,15 +0,0 @@
|
|
1
|
|
-final class DifferenceOfSquaresCalculator {
|
|
2
|
|
-
|
|
3
|
|
- int computeSquareOfSumTo(final int input) {
|
|
4
|
|
- throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
|
|
5
|
|
- }
|
|
6
|
|
-
|
|
7
|
|
- int computeSumOfSquaresTo(final int input) {
|
|
8
|
|
- throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
|
|
9
|
|
- }
|
|
10
|
|
-
|
|
11
|
|
- int computeDifferenceOfSquares(final int input) {
|
|
12
|
|
- throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
|
|
13
|
|
- }
|
|
14
|
|
-
|
|
15
|
|
-}
|