Courtney1306
Programmer
I have a program in which the user is asked for two numbers. The program then searches a specific csv file and returns the count of the two numbers. The counts then need to be placed in the next two columns of the same file which was searched. The file I am reading in has three colums, about 5000 lines long. The first count would go in the fourth column, and the second count in the fifth. I am not having any luck adding the two counts. Is there something specific I need to do since I'm not writing to a new file?