If initial value of PROD is zero and a program adds X to PROD, Y times we get the result

A)
XY
B)
X + Y
C)
X - Y
D)
X / Y

Correct Answer : Option (A) :   XY


Explanation : Adding X to PROD, Y times evidently gives the product XY.