Solved

Which of the Following Represents an Example to Calculate the Sum

Question 12

Multiple Choice

Which of the following represents an example to calculate the sum of numbers (that is,an accumulator) ,given that the number is stored in the variable number and the total is stored in the variable total?


A) total + number = total
B) number += number
C) total += number
D) total = number

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions