MCPcopy Create free account
hub / github.com/Manvityagi/PW-Skills-Java-Course-Codes / main

Method main

Lecture 14_Arrays_1/src/Main.java:138–148  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

136
137public 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

Callers

nothing calls this directly

Calls 1

cloneArray2Method · 0.95

Tested by

no test coverage detected