This project is program allowing for the conversion of a value of a certain metric unit its equivalent in another metric unit.
- Easy to use input system, simply choose the value to convert, its initial unit, and its destination unit.
- Allows fo simple metric conversion by using decimals.
- Displays intelligible formatted output.
- Download the code
- Import the code in your IDE and run the program. 2.2 Alternatively, copy paste the code in your text editor of choice and run via console.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.