Write an algorithm and construct flowchart for swapping of two numbers using and without using temporary
Answers
Answered by
0
Answer:
computer language?
Explanation:
??????????
mounika7600:
yes
Answered by
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
Math,
2 months ago
Business Studies,
2 months ago
Physics,
4 months ago
Math,
4 months ago
Math,
10 months ago