(String[]args)
| 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 | } |
nothing calls this directly
no test coverage detected