Computer Science, asked by danii9, 4 months ago

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 vanshsingh251
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