Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 260 Bytes

Simple Base Converter

Console app written in C# to convert a decimal number to any* base.


* up to 36

To Do List

  • Implement conversion for negative numbers
  • Implement conversion for fractional numbers
  • Handle incorrect user input