Question: Name CSC 126 Fall 2015 FinalA 7 20 points Write a complete C++ program that accomplishes the task indicated below Use good form by including


Name CSC 126 Fall 2015 FinalA 7 20 points Write a complete C++ program that accomplishes the task indicated below Use good form by including comments and Be accurate with the syntax as you were typing the program on the computer. Assume that there is a file on disk named gif prices trt that contains information about Amazon gift recommendations. Each line contains the gift name (a string with no spaces), the price, and the (a double number between 0 and 5). The first few lines in the file are shown: Good MorningMug 7,82 3,5 Coffee Press 28.38 4.7 ArtSet 15.79 4.3 The first line means that the GoodMorningMug costs S7.82 and has 3.5 star rating. Write the program with the assumption that you do not know how many lines are in the list. You may assume that there are no spaces in the state names. Write a C++ program that will do the following: Open the file For each line of data, you must: kii Read in the line of data from the file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
