Computer Science, asked by 9448613700, 1 year ago

Write an algorithm for sum of two numbers

Answers

Answered by pyfghz
32
In programming, algorithm are the set of well defined instruction in sequence to solve a program. An algorithm should always have a clear stopping point.

Qualities of a good algorithm

Inputs and outputs should be defined precisely.

Each steps in algorithm should be clear and unambiguous.

Algorithm should be most effective among many different ways to solve a problem.

An algorithm shouldn't have computer code. Instead, the algorithm should be written in such a way that, it can be used in similar programming languages.

Attachments:
Answered by eurekaghimire
6

Answer:

step1: start

step2:accept first number

step3:accept second number

step4:add these two number

step5:display result

step6:stop

Explanation:

hope it helpsss

Similar questions