asked 74.7k views
0 votes
Write an algorithm in pseudo code to find the product of two numbers​

Write an algorithm in pseudo code to find the product of two numbers​-example-1
asked
User Tycholiz
by
7.8k points

1 Answer

3 votes

Answer:

Read num1 , num2

Set multi to num1*num2

Write multi

Step-by-step explanation:

answered
User Cheshirekow
by
8.2k points