Help with sentence countingifstream input( "testfile.txt"); bool havepunct = false; sentences = 0; while ((c=input.get()) != E...
Help with sentence countingI have to write a program that tabulates the characters in a text file. I need help writing the cod...
This user does not accept Private Messages