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