A simple Java program to calculate Body Mass Index (BMI) based on user input.
- Accepts weight in pounds and height in inches.
- Calculates BMI using the formula: [ BMI = \frac{\text{weight}}{\text{height}^2} ]
- Displays the BMI result in the console.
- Java Development Kit (JDK) installed.
- A code editor like VS Code or IntelliJ IDEA.