Question: This is C++ assignment. There are duplicates in this database file. Write a code to read in the database, remove the duplicates, and write a
This is C++ assignment. There are duplicates in this database file. Write a code to read in the database, remove the duplicates, and write a new comma separated database file without the duplicates. The duplicated data is no 6 and 8.
Database.csv
1 James 13107-070 257 2.71
2 Adam 66389-0001 948 94.43
3 John 53808-0776 278 65.75
4 Brian 41250-416 310 99.52
5 Samuel 64058-413 783 45.65
6 Adam 66389-0001 948 94.43
7 Mia 69018-413 783 45.65
8 Brian 41250-416 310 99.52
9 Anne 38760-416 450 23.44
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
