Social Sciences, asked by deysweta55, 2 days ago

draw a flow chart and a algorithm to add two numbers.​

Answers

Answered by subbupenagaluru1
1

Answer:

Explanation:

flow chart :

start

declare variable num 1, num 2 and sum

read num 1 and num 2

add num 1 , num 2 and assign value to sum

sum = num 1 + num 2

print sum

stop

Answered by kenvisuthar64
0

Answer:

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

 

Flowchart :

Similar questions