Write a program, called compute_stats.c, which opens a data file, called numbers.txt, which contains of a list of positive integers, computes their sum and product, finds the largest number, and writes the results to an output file called statistics.txt. Test your program by creating a numbers.txt file and by inserting several number combinations in this file