We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Program to find Maximum and minimum of two numbers without using any loop or condition or any built in functions, except abs().
The text was updated successfully, but these errors were encountered:
Subtract them, if the answer is negative first one is smaller and so on. Would like to work on it though.
Sorry, something went wrong.
No condition has to be used!!
can I use recursion?
But in recursion you will be using a base case so that's a condition.
No branches or pull requests
Program to find Maximum and minimum of two numbers without using any loop or condition or any built in functions, except abs().
The text was updated successfully, but these errors were encountered: