Question: Using DEV C++ 3. (20 points) Download the file HugeFile.dat from the course Blackboard site. This file contains a very large number of integers. The
Using DEV C++

3. (20 points) Download the file HugeFile.dat from the course Blackboard site. This file contains a very large number of integers. The number of values per line varies. Write a C+program to read the file (assume that you do not know the number of values in the file) and determine (and display) each of the following: .The number of values in the file The largest value in the file . The smallest value in the file The number of even numbers in the file The number of values in the file that are greater than 80 The number of values in the file that are less than or equal to 30
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
