Console Application used to convert Binary, Octal, and Hexadecimal number systems into their corresponding Decimal representations and Vice Versa.
- The program will instruct the user to input both the category and the number they want to convert.
- The program will provide both the positive and negative outcomes, along with the final conversion.
- Input validations have also been included to enhance ease of use.
- Download an extension or node.js
https://nodejs.org/en/download/
- Go to the project directory.
cd <project folder>
- Make a new terminal and run the command.
node main
- Press tab then hit enter.
npm install