MCPcopy Create free account
hub / github.com/SAKET-SK/Programming-Aptitude-Interview-Prep / main

Method main

Accenture/Que 9/Solution.java:17–23  ·  view source on GitHub ↗
(String[]args)

Source from the content-addressed store, hash-verified

15 }
16
17 public static void main (String[]args)
18 {
19 Scanner sc = new Scanner (System.in);
20 String str = sc.next ();
21
22 System.out.println (moveHyphen (str, str.length ()));
23 }
24}

Callers

nothing calls this directly

Calls 1

moveHyphenMethod · 0.95

Tested by

no test coverage detected