MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / main

Method main

Programs/CeilingFloor.java:35–39  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 2

findCeilingMethod · 0.95
findFloorMethod · 0.95

Tested by

no test coverage detected