WAP to
enter a
numbers
and
swap them
using third variable.
Answers
Answered by
1
HEY THERE
your programme coding: (in python)
a=int (input ("enter a="))
b=int (input("enter b="))
a=a+b;
b=b+c;
a=b-c;
print ("swapped value is",a)
print ("swapped value is ",b)
hope it help
^_^
Similar questions