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

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.

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

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.