Write an algorithm and draw flowchart to add two numbers
Answers
Answered by
5
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.
Attachments:
Similar questions