what happens when both integer and double values are in the same arithmetic expression? group of answer choices an exception occurs all values are cast/converted to the type of the result variable the double values are casted/converted to integer values the integer values are casted/converted to double values