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