Ad
Code
Diff
  • int doubleValue(int x) {
      return x*2;
    }
    • int doubleValue(int x) {
    • return x<<1;
    • }
    • return x*2;
    • }