On 3/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I could find only 3
>
> 1) a= a+b;b=a-b;a=a-b;
> 2) a= a^b;b=a^b;a=a^b;
> 3) a= a*b;b=a/b;a=a/b;
>
> Did anyone get the fourth option

Probably this one:

a=a-b; b=a+b; a=b-a;

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to