Computer Science, asked by f17, 9 months ago

How to write an algorithm to print the product (multiplication) of two numbers?

Answers

Answered by charlie1505
3

Answer:

Step 1) Start

Step 2) Accept two numbers as num1 and num2

Step 3) Multiply both the numbers

Step 4) Print the result.

Step 5) End

Explanation:

hope it will help

Answered by MJIFRI43
0

Answer:Step 1) Start

Step 2) Accept two numbers as num1 and num2

Step 3) Multiply both the numbers

Step 4) Print the result.

Step 5) End

Explanation:

Similar questions