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

Method main

Cognizant/Que 28/Solution.java:19–26  ·  view source on GitHub ↗
(String[]args)

Source from the content-addressed store, hash-verified

17 }
18
19 public static void main (String[]args)
20 {
21 Scanner sc = new Scanner (System.in);
22 int a = sc.nextInt ();
23 int b = sc.nextInt ();
24
25 System.out.println (hammingDistance (a, b));
26 }
27}

Callers

nothing calls this directly

Calls 1

hammingDistanceMethod · 0.95

Tested by

no test coverage detected