https://github.com/caneroj1/numberconverter
This was a project I took on in my spare time to help with converting between different number systems when I had Computer Architecture.
https://github.com/caneroj1/numberconverter
Last synced: about 2 months ago
JSON representation
This was a project I took on in my spare time to help with converting between different number systems when I had Computer Architecture.
- Host: GitHub
- URL: https://github.com/caneroj1/numberconverter
- Owner: caneroj1
- Created: 2014-02-28T18:23:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T18:26:39.000Z (about 11 years ago)
- Last Synced: 2025-02-03T11:47:43.373Z (4 months ago)
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
numberConverter
===============This was a project I took on in my spare time to help with converting between different number systems when I had Computer Architecture.
First, the user will be asked to specify the base of the number system that will serve as the original base. Next, the user will be asked to input the base that will be converted to.
The user will then input as a string the number that will be converted. Right now, the program does not accept negative or fractional inputs.