#help

7 messages · Page 1 of 1 (latest)

pearl oracle
#

Input two unequal numbers. Display the number after swapping (interchanging) the
values of variables without taking any extra variable
Eg: a=14, b=25 will be updated as a=25 , b=14

tawdry bobcatBOT
#

This post has been reserved for your question.

Hey @pearl oracle! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

drowsy pecan
#
a = a + b;
b = a - b;
a = a - b;
pearl oracle
#

thanks

tawdry bobcatBOT
# pearl oracle thanks

If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.