An open API service indexing awesome lists of open source software.

https://github.com/orangomango/bmicalculator

Body Mass Index Calculator
https://github.com/orangomango/bmicalculator

body-mass java

Last synced: 5 months ago
JSON representation

Body Mass Index Calculator

Awesome Lists containing this project

README

          

# BMICalculator
## com.orangomango.bmicalculator

Body Mass Index Calculator

# How to run
* Run the shell script using the command: ```./bmicalc.sh``` **or**
* From the ```classes``` directory run the java main class using the command: ```java com.orangomango.bmicalculator.BMICalc``` **or**
* Using the ```.jar``` file with the command: ```java -jar output/BMICalculator.jar```.

# Documentation
Documentation HTML is in the file ```app/javadoc/com/orangomango/bmicalculator/package-summary.html```, open it with your default browser