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
Science,
2 months ago
Physics,
2 months ago
Hindi,
2 months ago
Psychology,
4 months ago
Math,
4 months ago
Social Sciences,
9 months ago
Math,
9 months ago
Math,
9 months ago