Computer Science, asked by pranjalsy, 11 months ago

WAP to
enter a
numbers
and
swap them
using third variable.

Answers

Answered by Anonymous
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