HW#4: Extend your BMI calculation program, to compute the BMI of a number of individuals. Use a separate array for names, ages, weights, heights and the results of the bmi calculation. Use functions in this program for input, computation and output.