Multiple choice If y is of integer type, then the expression 3 x (y-8)/9 and (y-8)/9 x 3 may or may not yield the same value must yield the same value must yield different values Cannot be said None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation Since / and * operators have the same hierarchy and one can do / and * operations alternately, it may or may not yield the same value.