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