What is the Algorithm to find the sum of two numbers?
Plz tell
Answers
Answered by
0
Answer:
How do I make an algorithm of the sum of two numbers?
Is PrepBytes really helpful?
The answer is Yes. At present, I am enrolled into 100 day Expert Coder course and I am finding it really Helpful. They are prepar
An algorithm is a set of well-defined instructions in sequence to solve a problem.
Some good qualities of an algorithm are:
Input and output should be defined precisely.
Each step in the algorithm should be clear and unambiguous.
Explanation:
please brinlistes answer
Answered by
3
Step 1: Start
Step 2: Declare variables num1, num2 and sum.
Step 3: Read values for num1 and num2.
Step 4: Add num1 and num2 and assign the result to sum.
sum=num1+num2
Step 5: Display sum
Step 6: Stop
(っ◔◡◔)っ ♥ itzcottoncandy65 ♥
Similar questions