32.5k views
5 votes
Write a simple algorithm to add two numbers

User Ryanbrill
by
4.5k points

2 Answers

6 votes

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.

User Robby
by
5.1k points
1 vote
Hope it helped . Here is the answer.
Write a simple algorithm to add two numbers-example-1
User Sergey Sahakyan
by
4.9k points