yoxiqy yoxiqy 10-09-2017 Computers and Technology contestada Suppose that sum is an int variable. The statement sum += 7; is equivalent to the statement sum = sum + 7;