Skip to content

Console Application used to convert Binary, Octal, and Hexadecimal number systems into their corresponding Decimal representations and Vice Versa.

Notifications You must be signed in to change notification settings

robin-dc/Number-System-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number System Algorithm : Overview

Console Application used to convert Binary, Octal, and Hexadecimal number systems into their corresponding Decimal representations and Vice Versa.



⚒ How does it work?

  1. The program will instruct the user to input both the category and the number they want to convert.


  1. The program will provide both the positive and negative outcomes, along with the final conversion.


  1. Input validations have also been included to enhance ease of use.


🚀 To run this project on your local machine.

  1. Download an extension or node.js
https://nodejs.org/en/download/
  1. Go to the project directory.
cd <project folder>
  1. Make a new terminal and run the command.
 node main
  1. Press tab then hit enter.

📍 Install all dependencies:

npm install

About

Console Application used to convert Binary, Octal, and Hexadecimal number systems into their corresponding Decimal representations and Vice Versa.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published