which of the given statement satisfies this condition: Calculate the remainder after the variable product is divided by divisor and assign the result to product.
a. product % divisor == 0;
b.product =% divisor:
c. None of the above
d. product%= divisor:
Answers
Answered by
8
Explanation:
which of the given statement satisfies this condition: Calculate the remainder after the variable product is divided by divisor and assign the result to product.
a. product % divisor == 0;
b.product =% divisor:
c. None of the above
d. product%= divisor:
Similar questions