Computer Science, asked by mounika7600, 4 months ago

Write an algorithm and construct flowchart for swapping of two numbers using and without using temporary

Answers

Answered by ayush933314
0

Answer:

computer language?

Explanation:

??????????


mounika7600: yes
Answered by babilkaur2020
2

Explanation:

a. using a third variable

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