Write a program that will receive the first name ,last name,age,complexion (fair/dark),weight (kg)and height (m2) of 5 individ

Status
Not open for further replies.

Udeme107

Estimable
Feb 28, 2014
7
0
4,510
Java programming

Write a program that will receive the first name ,last name,age,complexion (fair/dark),weight (kg)and height (m2) of 5 individuals; calculate their body mass index(BMI) and display each name and their respective information (including the BMI) accordingly.
(BMl)=height/weight.
You are to use 4 functions (including main( )) to execute this. A function should be assigned specially for the calculation the BMI.
 
Status
Not open for further replies.

TRENDING THREADS