Suppose that number is 6, what is the result of the following code? System.out.println("The result is:" (number << 2) (number >> 1)); of