write a user defind function to find the product of three integer number
Answers
Answered by
1
Answer:
Get the number
Declare a variable to store the product and set it to 1
Repeat the next two steps till the number is not 0
Get the rightmost digit of the number with help of remainder ‘%’ operator by dividing it with 10 and multiply it with product.
Divide the number by 10 with help of ‘/’ operator
Print or return the product
Below is the solution to get the product of the digits:
Answered by
0
Answer:
here what you want
plz mark me branlist .
Explanation:
i have done it in c++ , python , c , in simple english .
plz mark me branlist plz.
Attachments:
Similar questions
History,
3 months ago
Math,
3 months ago
English,
3 months ago
Psychology,
6 months ago
Math,
6 months ago
Social Sciences,
11 months ago
Math,
11 months ago
Math,
11 months ago