Computer Science, asked by aruneshwaran007, 3 months ago

Write the print statement of BASIC to display the product of 20 and 30 as

Product =600​

Answers

Answered by agrim9928
0

Answer:

mark me as brain list please

Explanation:

Input: arr[]  = {10, 3, 5, 6, 2}

Output: prod[]  = {180, 600, 360, 300, 900}

3 * 5 * 6 * 2 product of other array  

elements except 10 is 180

10 * 5 * 6 * 2 product of other array  

elements except 3 is 600

10 * 3 * 6 * 2 product of other array  

elements except 5 is 360

10 * 3 * 5 * 2 product of other array  

elements except 6 is 300

10 * 3 * 6 * 5 product of other array  

elements except 2 is 900

hope it helps you

Similar questions