Version 0.0.3
Added Feature
Body Mass Index Calculator
Calculates your Body Mass Index (BMI) with the formula of weight in kilograms divided by height in meters squared:
weight / (height ^ 2) also written as weight / (height * height). In the calculation I used height * height because I wasn't sure how to use an exponent in C#. I'll search for that option later if I ever need to use an exponent greater than 2, so I don't do something redundant like variable * variable * variable * variable for example.
After I released version 0.0.2, I realized that I had the wrong panels active and inactive to start. I fixed that and released 0.0.3. Also, if I'm making any mistakes with my version numbers, please comment below. I wasn't sure if I should use 3 or 4 digits. I've learned a little bit about it in college.
Major Release . Minor Release . Update . Bug Fixes (4 digits)
Release . Update . Bug Fixes (3 digits)
Something like that.
I was thinking about the first digit to be the stage of development, whereas 0 would be the prototype and 1 would be development, 2 alpha release, 3 beta release, 4 public release, 5+ Major releases. ???
If you have any ideas for the direction of this app, please let me know. Thank You.
Impulse Fitness Tracker
Fitness Tracker for all your fitness and health needs
More posts
- Impulse Fitness Tracker 0.0.4Mar 21, 2024
- Prototype Initial LaunchMar 11, 2024
Leave a comment
Log in with itch.io to leave a comment.