C-18-Q048mediumsingle_mcq
Inside the loop, the value of sum is updated with the line:
Inside the loop, the value of sum is updated with the line:
- a
sum = count - b
sum = sum + count - c
sum = sum * count - d
sum = sum - count
Inside the loop, the value of sum is updated with the line:
sum = countsum = sum + countsum = sum * countsum = sum - count