Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.01 KB

Body Mass Index Calculator

This program calculates the body mass index (BMI) based on the user's name, weight, and height. The body mass index is a measure used to assess whether a person has a healthy weight range.

Installation

To run this program, you need to have Go language installed. You can download and install Go from here by following the installation instructions.

Usage

1- Open the terminal and navigate to the directory where the program is located. 2- Compile the code using the command go build main.go. 3- Run the compiled executable file using the command ./main. 4- Follow the prompts to enter your name, weight, and height. 5- The program will calculate your body mass index and provide the corresponding information.

Contributing

Contributions to this project are welcome. If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute this code.