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
User Tycholiz
by
6.1k points

1 Answer

3 votes

Answer:

Read num1 , num2

Set multi to num1*num2

Write multi

Step-by-step explanation:

User Cheshirekow
by
6.9k points