Question: C++ Assignment You will be writing a program to read album information from a file and output two report files: one containing a formatted table
C++






Assignment You will be writing a program to read album information from a file and output two report files: one containing a formatted table of album counts and the second containing a histogram of album counts. Your program will prompt the user for an input filename containing artist and album data and two output filenames to save the results. No other output should be printed to the console window. Console User Interaction You must ask the user on the console for an input filename and output filenames. The following prompts must be used: "Enter a filename containing album data: " "Enter a table output filename: " "Enter a histogram output filename: " Input File Format Each entry in the input file will be contained within 2 lines in the following format:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
