(exam1 + exam2) / 2
Write an expression that computes the integer average of the int variables exam1 and exam2 (both declared and assigned values ).
The goto resource for studying materials
(exam1 + exam2) / 2
Write an expression that computes the integer average of the int variables exam1 and exam2 (both declared and assigned values ).