Can you help me with this program? Thank you in advance!Create a Java program that uses the for loop- Reads from the console the names, weight in kg and height in meters (for example, 1.67) of several people (use a for loop, write the data in simple variables)- Calculates their body mass index according to the formula: FORMULA: BMI = weight in kg. (height in meters) 2
- Displays the result on the screen and in a file as a table (use printf)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here