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

Method main

Accenture/Que 5/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 int n = sc.nextInt ();
21 int m = sc.nextInt ();
22 System.out.println (differenceOfSum (m, n));
23 }
24}

Callers

nothing calls this directly

Calls 1

differenceOfSumMethod · 0.95

Tested by

no test coverage detected