draw a flow chart and a algorithm to add two numbers.
Answers
Answered by
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
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
World Languages,
1 day ago
Psychology,
1 day ago
English,
2 days ago
Social Sciences,
8 months ago
English,
8 months ago