Computer Science, asked by ns065774, 1 month ago

Write algorithm and draw flowchart-
sum, product of two numbers 10,12
To find
2​

Answers

Answered by devesh2811
0

Answer:

Algorithm

Explanation:

declare a=10

b=12

sum = a+b

product = a*b

print "sum",+",product"

Similar questions