Computer Science, asked by swaythasolomon, 3 months ago

Write an algorithm to find algorithm of two numbers? ​

Answers

Answered by HarjasKaur3110
2

Answer:

Write an algorithm to add two numbers entered by user. Step 2: Declare variables num1, num2 and sum. Step 3: Read values num1 and num2. Step 4: Add num1 and num2 and assign the result to sum.

Answered by hrwt001
2

step 1: Write an algorithm to add two numbers entered by user.

Step 2: Declare variables num1, num2 and sum.

Step 3: Read values num1 and num2.

Step 4: Add num1 and num2 and assign the result to sum.

Similar questions