Write a C program to do the following:
Write a program that reads a data file of floating numbers into an array and prints the array elements along with the number of items in the array. The name of the data file (e.g. float.txt) should be provided interactively. Next, write a function that prints the sum of the elements in the array.