Z14016yhCalcbmi
Calculate BMI
Installation
Add this line to your application's Gemfile:
gem 'z14016yh_calcbmi'
And then execute:
$ bundle
Or install it yourself as:
$ gem install z14016yh_calcbmi
Usage
$ z14016yh_calcbmi
Please enter your height(cm) => 176
Please enter your weight(Kg) => 75
==> Your BMI is 24.21
or
[LC_MESSAGES | LC_ALL | LANG = ja*]
$ z14016yh_calcbmi
あなたの身長を入力してください(cm)? => 176
あなたの体重を入力してください(kg)? => 75
あなたのBMIは 24.21 です
Contributing
- Fork it ( https://github.com/[my-github-username]/z14016yh\_calcbmi/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request