C-18-Q102mediumsingle_mcq
Inside the 1-to-50 sum loop, which line accumulates the running total?
Inside the 1-to-50 sum loop, which line accumulates the running total?
- a
sum = count - b
sum = sum + count - c
count = count + sum - d
sum = sum - count
Inside the 1-to-50 sum loop, which line accumulates the running total?
sum = countsum = sum + countcount = count + sumsum = sum - count