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...


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)



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here