Write a program that uses an array of structs. The structs will have the following data attributes: integer i_value float f_value Allow the user to enter 10 different integers and 5 different float numbers. Display the smallest integer and the largest float, along with the average of the integers and the average of the floats.