Write a program that opens the file: \"Lab6A_Data\", reads all thevalues from the file, and calculates the following: A) The numberof values in the file B) The sum of all the values in the file (arunning total) C) The average of all the values in the file. D) Theminimum value. E) The maximum value. F) The range of the data setof values. G) The number of times the value: '357' occurrs in thefile. Display the resulting output for Items A-G.