write an algorithm and variables for swap two numbers using 3rd variables
Answers
Answered by
0
Answer:
1. The lady is very old. She cannot walk fastly.
2. Bangalore roads are very narrow. We cannot ride the vehicles properly.
3. The bat is very expensive. We cannot buy it.
4. His handwriting is very dirty. We cannot read it.
5. The market is very far. He cannot go there.
Step-by-step explanation:
plz mark me brainlist
follow me also
Answered by
1
Answer:
Algorithm : b. without using a third variable
- Step 1 : Start.
- Start 2 : READ num1, num2.
- Start 3 : num1 = num1 + num2.
- Start 4 : num2 = num1 - num2.
- Start 5 : num1 = num1 - num2.
- Start 6 : PRINT num1, num2.
- Start 7 : Stop.
Similar questions