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

Method main

Accenture/Que 13/Solution.java:26–34  ·  view source on GitHub ↗
(String[]args)

Source from the content-addressed store, hash-verified

24 }
25
26 public static void main (String[]args)
27 {
28 Scanner sc = new Scanner (System.in);
29 int c = sc.nextInt ();
30 int a = sc.nextInt ();
31 int b = sc.nextInt ();
32
33 System.out.println (operationChoices (c, a, b));
34 }
35}

Callers

nothing calls this directly

Calls 1

operationChoicesMethod · 0.95

Tested by

no test coverage detected