Open TejasPodutwar opened 4 years ago
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.
I would like to work on this! Could you please assign this to me?
Yeah sure, you can work on it! 👍
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.