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

Method main

Lecture 36 - Recursion 9/src/Main.java:16–21  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

14 }
15
16 public static void main(String[] args) {
17 Scanner sc = new Scanner(System.in);
18 String s = sc.nextLine();
19 String[] keypad = {"", "", "abc", "def", "ghi", "jkl", "mno", "pqr", "stuv", "wxyz"};
20 combination(s, keypad, "");
21 }
22}

Callers

nothing calls this directly

Calls 1

combinationMethod · 0.95

Tested by

no test coverage detected