Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C++ Please! Each line of the text file will have no labels ex. author date Output so each category has their label The New

image text in transcribedIn C++ Please!

Each line of the text file will have no labels ex. author date

Output so each category has their label

image text in transcribed

The New York Times newspaper has published "best seller lists since 1942. Book sales are tracked nationwide, leading to a list of those books which have recently sold the most copies. You will design, implement and test a program that will read the data set within the attached file bestsellersalt.txt. Each line of the file contains the information for a separate book, which includes: title, author, publisher, date it first reached #1 on one of the best seller lists, and category (fiction or nonfiction). There is a tab character ('\t') between fields. Thus, your getline will be in the following format: getline(myfile.datafield,'\t') except for the last field read. For each line, display the data in the following format: Title 1876 Author Gore Vidal Publisher Random House Date 4/11/1976 Category Fiction 293816.1501062.qx3zqy7 LAB ACTIVITY 7.9.1: Lab6Quiz Part 1 0 / 50 Downloadable files bestsellersalt.txt Download Fiction 1876 Gore Vidal Random House 4/11/1976 Fiction 23337 Stephen King Scribner 11/27/2011 Fiction ... and Ladies of the Club Helen Hooven Santmeyer Putnam 7/8/1984 1st to Die James Patterson Little, Brown 3/25/2001 Fiction 2nd Chance James Patterson Little, Brown 3/24/2002 Fiction 3rd Degree James Patterson Little, Brown 3/21/2004 Fiction 4th of July James Patterson Little, Brown 5/22/2005 Fiction 61 Hours Lee Child Delacorte 6/6/2010 Fiction A Breath of Snow and Ashes Diana Gabaldon Delacorte 10/16/2005 A Common Life Jan Karon Viking 4/29/2001 Fiction A Dance With Dragons George R. R. Martin Bantam 7/31/2011 Fiction A Day Late and a Dollar Short Terry McMillan Viking 2/4/2001 Fiction A Feast For Crows George R. R. Martin Bantam 11/27/2005 Fiction A Lion Is In the Streets Adria Locke Langley McGraw 7/1/1945 Fiction Fiction

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Management Systems

Authors: Patricia Ward, George A Dafoulas

1st Edition

1844804526, 978-1844804528

More Books

Students also viewed these Databases questions