Math, asked by sinharay111, 3 months ago

Write an algorithm & draw a flowchart find out sum of two numbers.

Don't spam ✖️✖️ = reported his\her answer

{Explain it also }

Answers

Answered by IamaSSRFAN
15

Answer:

An algorithm is a set of well-defined instructions in sequence to solve a problem.

Step 1: Start

Step 2: Declare variables num1, num2 and sum.

Step 3: Read values for num1 and num2.

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

Sum= Num1+Num2

Step 5: Display sum

Step 6: Stop

Hope this helps!

Attachments:
Answered by VenomArmy
35

Answer:

An algorithm is a set of well-defined instructions

in sequence to solve a problem.

Step 1: Start

Step 2: Declare variables num1, num2 and sum.

Step 3: Read values for num1 and num2.

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

Sum= Num1+Num2

Step 5: Display sum

Step 6: Stop

Hope this helps!

Similar questions