Computer Science, asked by harsha3213, 1 year ago

Write an algorithm to multiply two numbers and show their results

Answers

Answered by bargeamol2000
0

Answer:

Take two int a and b

Input a

Input b

Take int c

c=a*b

Print c

Explanation:

Similar questions