HW#5: Extend homework number 4 to do the following: Prompt and get input from the user for how many people for which the user would like to give input and receive results. Create dynamic arrays for names, ages, heights, weights, and bmis. Be sure to do this using the 'new' keyword and to release this memory with the 'delete' keyword.