Chat with us, powered by LiveChat University of Houston Victoria C++ Program Comma Separated Values Project - STUDENT SOLUTION USA

Write a complete C++ program that will input data from a: Comma-separated values
(.csv) file. This is one file type that can be opened by Microsoft Excel. This program
must compile and run successfully on Visual Studio 2017 or later.
This project must be completed individually. Your instructor will be comparing
projects for similarity. If 2 projects are too similar they will be assigned a grade
of F.
The program will:
1.
2.
3.
4.
Prompt the user for the name of the .csv file
Display the contents of the .csv file
Prompt the user for the item to search for from within the file
Display the row and column of where the item can be found if it exists. The
column displayed needs to be the Excel column classification (A, B, C, …). If the
item does not exist in the file, it will display a message indicating that the item
does not exist in the file.
Sample Run 1:
Sample Run 2:
Sample Run 3

Purchase answer to see full
attachment

error: Content is protected !!