A simple Java CLI program to calculate Body Mass Index (BMI) with input validations
- 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.