``` int bc_base = Clock.getBytecodeNum(); float a = 1 + 1; System.out.println("Bytecode Cost: " + (Clock.getBytecodeNum() - bc_base)); ``` This prints out 17, which I feel shouldn't be the case for an addition.