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

Method main

Lecture 40/src/Main.java:18–24  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

16 }
17
18 public static void main(String[] args) {
19 String[] fruits = {"kiwi", "apple", "papaya", "mango"};
20 sortFruits(fruits);
21 for(String val : fruits){
22 System.out.print(val + " ");
23 }
24 }
25}

Callers

nothing calls this directly

Calls 1

sortFruitsMethod · 0.95

Tested by

no test coverage detected