- Home
·
- Math/Dates
·
- Swapping variable contents without using Temporary Variable
Swapping variable contents without using Temporary Variable
Swapping variable contents without using Temporary Variable
Rate Swapping variable contents without using Temporary Variable
(1(1 Vote))
a=Inputbox("Enter the value of A:")
b=Inputbox("Enter the value of B:")
a=a+b
b=a-b
a=a-b
Print a
Print b
End Sub
Swapping variable contents without using Temporary Variable Comments
No comments yet — be the first to post one!
Post a Comment