0% found this document useful (0 votes)
3 views1 page

Algorithm

The document outlines a simple algorithm for adding two numbers, including steps for input, computation, and output. It specifies the process of taking two numbers, calculating their sum, and displaying the result. Additionally, a problem analysis chart is provided to illustrate the input and output relationship.

Uploaded by

quinzy22222
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Algorithm

The document outlines a simple algorithm for adding two numbers, including steps for input, computation, and output. It specifies the process of taking two numbers, calculating their sum, and displaying the result. Additionally, a problem analysis chart is provided to illustrate the input and output relationship.

Uploaded by

quinzy22222
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Algorithm

Step1:start

Step2:input two numbers,say a and b

Step3: compute the sum using the formula : sum = a+b

Step4 :output the value of sum

Step5:stop

Problem analysis chart

process output
input
Two numbers(say a,b) Add the two numbers using Sum of the tow numbers
sum= a+b

FLOW SCHART

START

You might also like