pccoeacm / all-calc

A calculator to calculate anything you can think of!
MIT License
1 stars 38 forks source link

Decimal to Binary, Hexadecimal and Octal Conversion #33

Open TejasPodutwar opened 4 years ago

TejasPodutwar commented 4 years ago

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

TejasPodutwar commented 4 years ago

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

tejasmorkar commented 4 years ago

Yeah sure, you can work on it! 👍