(String[] args)
| 33 | } |
| 34 | |
| 35 | public static void main(String[] args) { |
| 36 | int[] arr = {12, 18, 24, 30, 36, 42}; |
| 37 | System.out.println(findCeiling(arr, 18)); |
| 38 | System.out.println(findFloor(arr, 1)); |
| 39 | } |
| 40 | } |
nothing calls this directly
no test coverage detected