Computer Science, asked by uksalunke17, 4 months ago

algorithm and flowchart to swap two numbers without using temporary varibles​

Answers

Answered by kavithks
4

Answer:

1:start.

2:read a,b,temp.

3.temp=a;

a=b;

b=temp;

4:print a,b.

5:stop

for flow chart use  

oval shape for stop and start

rectangle for 3rd step

parrelogram for print and read

all should joined by arrows

Explanation:

Similar questions