C-16-Q099mediumsingle_mcq
To modify Practical Problem #1 to print the product of two numbers, the operator should become:
To modify Practical Problem #1 to print the product of two numbers, the operator should become:
- a
+ - b
- - c
* - d
%
ব্যাখ্যা
Multiplication is performed by the asterisk *, so changing the operator to * makes result = num1 * num2, producing the product.