C-17-Q111mediumsingle_mcq
Inside the multiplication-table loop, the product is computed as:
Inside the multiplication-table loop, the product is computed as:
- a
prod = num + i - b
prod = num * i - c
prod = num / i - d
prod = num - i
Inside the multiplication-table loop, the product is computed as:
prod = num + iprod = num * iprod = num / iprod = num - i