I did this with Netbeans PHP application, but I was left curious, so I tried this with Python, and succeeded:
Code: Select all
#A little PHP
x = 72311
y = 89525
k = x ^ y
print k
Pretty simple imho, PHP is way more complicated, and this is alot simpler than that PHP one. Again, imo. But it was pretty simple. And I had neither no idea that I could just XOR it between the values.
This was a nice challenge, altho a hard one for those who might not have any experience in PHP;
How to install the environment aka XAMPP, NetBeans, etc.
Translating the code into Python would've been ever better if I was a first-timer in PHP and wouldn't have had the programs needed.