Computer Science, asked by vivekagrahari49, 6 months ago

write an algorithm to calculate and print product of two numbers?​

Answers

Answered by swaroopdahale27
0

Answer:

hello friend

Explanation:

Start.

Accept Number one.

Accept Number two.

Multiply both the numbers.

Print the result.

End.

Answered by Harshitbhati4
1

Answer:

1. Start

2. Accept number one

3. Accept number two

4. Multiply both the number

5. Print the result

6.End

Similar questions