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
- Host: GitHub
- URL: https://github.com/orangomango/bmicalculator
- Owner: OrangoMango
- Created: 2020-08-27T13:45:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T16:18:25.000Z (over 5 years ago)
- Last Synced: 2025-02-26T15:38:02.525Z (11 months ago)
- Topics: body-mass, java
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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