How to prove unequal numbers as equal numbers? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 15

How to prove unequal numbers as equal numbers?

Can I prove unequal numbers in any programming language. I can prove it on hardcopy but i don't know how to do it in programming language. If anyone knows please tell me. Thank you.

12th Nov 2016, 12:51 PM
Sandeep Thakur
Sandeep Thakur - avatar
11 Answers
+ 14
I don't only want to show unequal numbers as they are equal. I can prove it with a method or process but I am unable to do it on c++ language.
13th Nov 2016, 7:38 AM
Sandeep Thakur
Sandeep Thakur - avatar
+ 10
If anybody wants hardcopy or process of proving unequal numbers. Kindly contact me on Facebook at profile of Sandeep Thakur.
1st Dec 2016, 6:29 AM
Sandeep Thakur
Sandeep Thakur - avatar
+ 2
can I see the hardcopy?
24th Nov 2016, 2:23 PM
Ntirpang Louis
Ntirpang Louis - avatar
+ 1
Just add the ! before your if statement and your statement between parenthesis if (!(9==3)) print("equal") else print("unequal")
12th Nov 2016, 1:24 PM
Gleb Golov
Gleb Golov - avatar
0
instead of: (!(9==3)) you can type: (9!=3)
12th Nov 2016, 1:59 PM
Łukasz D
Łukasz D - avatar
0
i think it is impossible.
19th Nov 2016, 6:50 AM
abhivnu kumar
abhivnu kumar - avatar
- 1
it might be impossible
1st Dec 2016, 11:53 PM
sock dude1234
sock dude1234 - avatar
5th Jan 2017, 7:20 AM
afgprogrammer
afgprogrammer - avatar
- 1
sandeep thakur u r a fake i see your profile you challenge with some your's fake id and get the xp
1st Apr 2017, 11:34 AM
suyash ajmera
suyash ajmera - avatar
- 2
Perhaps he has this hardcopy?! (x^2 - x^2) = (x^2 - x^2) (x - x) (x + x) = x (x - x) x + x = x 2x = x 2 = 1
25th Nov 2016, 10:30 PM
Nasry Al-Haddad
Nasry Al-Haddad - avatar
- 3
it's a fake question.
25th Nov 2016, 5:45 AM
Aditya Kumar
Aditya Kumar - avatar