Computer Science, asked by mishab50, 4 months ago

write a user defind function to find the product of three integer number​

Answers

Answered by apnatvaagarwal7
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 alskdjfhg
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