Computer Science, asked by natashalewis, 19 days ago

Write an Algorithm and flowchart to add two numbers.

Answers

Answered by akumarbhagat925
3

Explanation:

Algorithm

Step 1: Start

Step 2: Declare variables num1, num2 and sum.

Step 3: Read values for num1, num2.

Step 4: Add num1 and num2 and assign the result to a variable sum.

Step 5: Display sum

Step 6: Stop

Attachments:
Answered by Irenemariamgoldi
2

Answer:

Step 1 : Start

Step 2 : Input first numbers say A

Step 3 : Input second number say B

Step 4 : Sum = A + B

Step 5 : Display sun

Step 6 : Stop

Similar questions