| 135 | } |
| 136 | |
| 137 | public class Main { |
| 138 | public static void main(String[] args) { |
| 139 | ArraysExample obj = new ArraysExample(); |
| 140 | // obj.demoArrays(); |
| 141 | // obj.multiArrays(); |
| 142 | // obj.sumOfArray(); |
| 143 | // obj.maxOfArray(); |
| 144 | // obj.searchInArray(); |
| 145 | // obj.cloneArray(); |
| 146 | obj.cloneArray2(); |
| 147 | |
| 148 | } |
| 149 | |
| 150 | |
| 151 | |
| 152 | |
| 153 | } |
nothing calls this directly
no outgoing calls
no test coverage detected