algorithm for swapping of two
numbers by using multiplication and division
Answers
Answered by
0
Explanation:
This swapping program is only applicable in python
a = int(input("Enter the value of a : "))
b = int(input("Enter the value of b : "))
print("b =" ,a)
a = int(input("Enter the value of a : "))
b = int(input("Enter the value of b : "))
print("a =" ,b)
if you find this answer useful please mark as brainliest answer
Similar questions