https://github.com/kellinton/calculating-bmi-rb
An algorithm that given the weight and height, show your condition according to the BMI table.
https://github.com/kellinton/calculating-bmi-rb
ruby
Last synced: 21 days ago
JSON representation
An algorithm that given the weight and height, show your condition according to the BMI table.
- Host: GitHub
- URL: https://github.com/kellinton/calculating-bmi-rb
- Owner: Kellinton
- Created: 2024-03-13T10:19:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T10:27:57.000Z (over 2 years ago)
- Last Synced: 2025-02-21T17:20:13.292Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calculating-BMI-rb
An algorithm that given the weight and height, show your condition according to the BMI table.