MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Method main

Java/String/Str.java:16–22  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

14}
15
16public static void main(String[] args) {
17Scanner sc = new Scanner(System.in);
18String name ;
19name = sc.nextLine();
20System.out.println(" The Length Of String is -->"+ name.length());
21System.out.println(palidrom(name));
22}
23}

Callers

nothing calls this directly

Calls 2

palidromMethod · 0.95
lengthMethod · 0.80

Tested by

no test coverage detected