Question: In C #, Write a program that takes its input from a binary file of numbers of type double and outputs the average of the
In C #, Write a program that takes its input from a binary file of numbers of type double and outputs the average of the numbers in the file to the screen. The file contains nothing but numbers of type double written to the file with writeDouble. When taking its input, if the text file is not there, the program should catch this exception.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
