pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Number System Conversion #264

Closed pallavivaswani closed 4 years ago

pallavivaswani commented 4 years ago

Feature ✅

Description

A menu-driven code to convert a given number from one base system to another Menu:

  1. Binary to Decimal
  2. Binary to Octal
  3. Binary to Hexadecimal
  4. Decimal to Binary
  5. Decimal to Octal
  6. Decimal to Hexadecimal
  7. Octal to Binary
  8. Octal to Decimal
  9. Octal to Hexadecimal
  10. Hexadecimal to Binary
  11. Hexadecimal to Octal
  12. Hexadecimal to Decimal
  13. Exit

Example

1.Decimal to Binary 2.Decimal to Hexadecimal 3.Decimal to octal 4.Binary to Decimal 5.Binary to Hexadecimal 6.Binary to octal 7.Hexadecimal to Decimal 8.Hexadecimal to Binary 9.Hexadecimal to Octal 10.Octal to Decimal 11.Octal to Binary 12.Octal to Hexadecimal 13.Exit

Enter your choice: 7 Enter a Hexadecimal number: A Decimal number is:10

1.Decimal to Binary 2.Decimal to Hexadecimal 3.Decimal to octal 4.Binary to Decimal 5.Binary to Hexadecimal 6.Binary to octal 7.Hexadecimal to Decimal 8.Hexadecimal to Binary 9.Hexadecimal to Octal 10.Octal to Decimal 11.Octal to Binary 12.Octal to Hexadecimal 13.Exit

Enter your choice: 13

Checklist:

Contributors are supposed to mention their coding language while asking for assignment

pallavivaswani commented 4 years ago

I'd like to contribute in Java

SaloniK17 commented 4 years ago

can you please assign to me for c? Thank you

nehalgupta8501 commented 4 years ago

I would like to contribute in C++, thanks!

pratik-choudhari commented 4 years ago

@nehalgupta8501 It has been assigned in c/c++, you can try another issue.

Bhavya-Tripathi commented 4 years ago

I could do this in python. Could you assign it to me?

itayz1230 commented 4 years ago

Hi, my FIRST real issue, so I guess I have to ask you to assign it to me and then I can start working on it? I would like to solve it with python or C#, thanks!

pratik-choudhari commented 4 years ago

@itayz1230 Assigned for c#.

ieternalleo commented 4 years ago

I would like to contribute in GoLang.