4. Draw flowcharts to add the two number a and b and print its sum.
Answers
Answered by
0
step 1: start .
step 2: declare variable a,b,sum.
step 3: read values for a and b .
step 4 : add and b and assign result to sum .
step 5 : display sum.
step 6 : stop.
Attachments:
Similar questions