Computer Science, asked by roshni3456, 4 months ago

write an algorithm to find addition or product of two number ​

Answers

Answered by brainlyfriend91
1

Answer:

Algorithm to add two numbers entered by the user Step 1: Start Step 2: Declare variables num1, num2 and sum. ...

Find the largest number among three different numbers Step 1: Start Step 2: Declare variables a,b and c. ...

Factorial of a number entered by the user.

Answered by AllenGPhilip
3

Answer:

Explanation:

Step 1 : Start

Step 2 : Input A , B

Step 3 : C = (A + B)

Step 4 : D = (A * B)

Step 5 : Output C , D

Step 6 : Stop

Similar questions