Skip to content
New issue

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

Decimal to Binary, Hexadecimal and Octal Conversion #33

Open
TejasPodutwar opened this issue Oct 3, 2020 · 2 comments
Open

Decimal to Binary, Hexadecimal and Octal Conversion #33

TejasPodutwar opened this issue Oct 3, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@TejasPodutwar
Copy link

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.

@TejasPodutwar TejasPodutwar added the enhancement New feature or request label Oct 3, 2020
@TejasPodutwar
Copy link
Author

I would like to work on this!
Could you please assign this to me?

@tejasmorkar
Copy link
Contributor

Yeah sure, you can work on it! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants