Discover the answers to your questions at Westonci.ca, where experts share their knowledge and insights with you. Explore our Q&A platform to find in-depth answers from a wide range of experts in different fields. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

The student cd contains a file named random.txt. This file contains a long list of random numbers. copy the file to your hard drive and then write a program that opens the file, reads all the numbers from the file, and calculates the following:_________.
a) the number of numbers in the file
b) the sum of all the numbers in the file (a running total)
c) the average of all the numbers in the file
the program should display the number of numbers found in the file, the sum of the numbers, and the average of the numbers.