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
Convert the given Decimal number into Binary, Hexadecimal or Octal as per user's choice.
1.Decimal to binary 2.Decimal to Hexadecimal 3.Decimal to Octal
Input:- Enter your choice: 3 Enter a decimal number: 8
Output:- Octal conversion is: 10
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.
The text was updated successfully, but these errors were encountered:
I would like to work on this! Could you please assign this to me?
Sorry, something went wrong.
Yeah sure, you can work on it! 👍
TejasPodutwar
No branches or pull requests
Todo
Convert the given Decimal number into Binary, Hexadecimal or Octal as per user's choice.
Example
1.Decimal to binary
2.Decimal to Hexadecimal
3.Decimal to Octal
Input:-
Enter your choice: 3
Enter a decimal number: 8
Output:-
Octal conversion is: 10
Important
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.
The text was updated successfully, but these errors were encountered: