write a program to interchange two variables without using thrid variables
Answers
Answered by
0
Answer:
kya mtlb h tete question ka yrrr
Explanation:
.....
Answered by
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
Math,
2 months ago
English,
2 months ago
Social Sciences,
2 months ago
English,
4 months ago
Physics,
10 months ago
Social Sciences,
10 months ago