Print greatest of 2 given numbers without using any operators
Guys, as per an important ask i need to find greatest and smallest of given 2
numbers through csharp coding without using any of the defined operators,
methods, loops,.... etc.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jul 22, 2012, 3:54 PM
It's not possible to do this without using any operators at all because you need to use the assignment operator to assign the numbers to variables before you can even start!