Write an algorithm enter two number and perform swaping
Answers
Answered by
4
Step 1: Start
step 2: read 'a' and 'b' value
step 3: inter change the values
temp=a
a=b
b=temp
step 4: write a and b values.
step 5:stop
hemanthsistla:
;?itti
Similar questions