cin.get() doesn't terminateThe reason is that cin.get() returns an int, not a char, and assigning an int value to a char variab...
cin.get() doesn't terminate1. Should initialize count = 0; 2. EOF in used to judge if file pointer point to the end of the fil...