Computer Science, asked by 9448613700, 1 year ago

Write a flowchart to swapping of two numbers

Answers

Answered by chdileep
0
Step 1 : Start
Start 2 : READ num1, num2
Start 3 : temp = num1
Start 4 : num1 = num2
Start 5 : num2 = temp
Start 6 : PRINT num1, num2
Start 7 : Stop
Similar questions