Question: solve the problem, design and develop a program using array. Array Instructions: For submission you should write: The flowchart the source code (Java program) Questions:
solve the problem, design and develop a program using array.
Array
| Instructions: |
For submission you should write: The flowchart the source code (Java program)
|
Questions: Array
Based on question 1 Lab 7, write a program to develop an interactive program to calculate BMI and determine the weight category and calculate the number of user > normal BMI.
Sample output:
| Name | age | weight | height | BMI | Weight Category |
| 123452 | 45 | 55 | 156 | 22.6 | Normal |
| 112233 | 55 | 66 | 178 | .. | Normal |
| 113333 | 10 | 50 | 150 | Obesity | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The average bmi for normal category = 23.43
The average bmi for obesity category = ..
.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
