Computer Science, asked by puneethkumarta, 2 months ago

write a program to interchange two variables without using thrid variables​

Answers

Answered by ZohaNaazXD
0

Answer:

kya mtlb h tete question ka yrrr

Explanation:

.....

Answered by Anonymous
1

Answer:

hello,

its using python

Explanation:

#program to interchange two variables without using third variables

a=int(input("enter the first number"))

b=int(input("enter the second number"))

print("before interchanging")

print("a=",a,"b=",b)

print("after interchanging")

print("a=",b,"b=",a)

hope it helps you

please mark brainliest

@ItzSnowySecret07

Similar questions