Question: Write a C++ program, named frequency.cc, that: Reads a number of test score values from a data file. Compute and display the frequency table for

Write a C++ program, named frequency.cc, that: Reads a number of test score values from a data file. Compute and display the frequency table for the scores: the number of scores between 90 and 100 inclusive the number of scores between 80 and 89 inclusive the number of scores between 70 and 79 inclusive the number of scores between 60 and 69 inclusive the number of scores less than 60 First, create a director "CLA4B" under the "CLA" directory. Use "cd" command to change directory to the "CLA4B" directory. Next, copy the data file into the "CLA4B" directory using the command: Scp existPUB/frequency. dat U se scite to write the program named frequency.cc. existscite frequency cc & Compile and run the program with existaCC frequency.cc exista out =90 8 > =80 8 > =70 4 > =60 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
