Objective | Computer Science homework help

  

Objective:
Review file streams and sorting (or learn this if you haven’t in 22A)
Learn about vectors (if you haven’t in 22A), string streams and sort
Assignment: Write a program that reads a text file containing a set of test scores. Each line in the file contains scores of a specific student. For example, the first line has the scores for the first student and so forth. Average the scores for each student and save them in a vector of final scores. Then sort the final scores to calculate the class average and median. Print the final scores sorted from least to greatest, the class average and median. Detailed set of requirements: File processing:
Program should try to open a file using a default file path first, then check if it was successful, if not, ask the user for a different file name/path and try again until it succeeds. Do not try to process a file that you could not open. Remember to close the file when done reading.
To make sure you process each student’s scores separately, read each line from the file using the getline function. You can find an example on how to use getline here: http://www.cplusplus.com/forum… (Links to an external site.) Links to an external site.
Convert each line, which should be a string, to a string stream, so it can be used as a source for the individual test scores:
stringstream lineStream(line) // line is the string read from the file.
Read the individual scores from the lineStream variable as you would from an ifstream.
Store all final scores in a vector (not an array!).
To add values to a vector, use function push_back.
Sort the data using the sort function (you will need this for the median)
Refer to http://www.cplusplus.com/refer… (Links to an external site.)

Links to an external site. to learn how to use sort.
Calculate the average and median of the values in the vector.
Average is calculated by adding all data points then dividing by the number of data points.
Median is the data point in the middle after you have sorted them. If there is an odd number of data points, there will be only one in the middle. If there is an even number of data points, the median is the average of the two in the middle. Your algorithm must work for both cases.
Define separate functions to calculate and return average and median.
Define a separate function to print the required info on the screen:
This function should receive the vector, the average and median as parameters.
Use a range-based for loop to print the scores in the vector.
Do not use global variables!
Document your source code following the guidelines:
Lab Documentation Guidelines







Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Get 15% OFF on your FIRST order. Use the coupon code: new15