Computer Science, asked by tamanna517, 9 months ago

write an algorithm to accept 5 numbers and interchange their values with using tempprary variable ( please tell and if you tell the right ans, ill mark you as brainliest,but if wrong still you'll get a thanks)​

Answers

Answered by savitrikumarii121
1

Answer:

: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

Answered by 9876691251
1

Answer:

(1)start(2)red 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 parallegram for print and read all should jioning by arrows..

I will give your answer please said me thanks and follow me

Similar questions