Write an algorithm and draw a flowchart to find the product of two numbers.
Answers
Answered by
2
Answer:
step 1:start
step 2:read a and b
step 3:calculate c=a*b
step 4:print c
step 5:stop
Similar questions