Capitalizingit gave no build errors, it simply just did not uppercase the first letters of each sentence
Capitalizingok I modified it to this: [code] while(inFile.get(ch)) { if('A' <= ch <= 'z'){ ...
CapitalizingHi, I wrote this code first then was asked to modify it so that the program read the contents of the...
FileOperations - Capitalize First Letter of Each Word in SentenceHi, I wrote this code first then was asked to modify it so that the program read the contents of the...
Modification of Count of Days ProgramHi, I have written a working project that takes an integer representing a day of the year and trans...
This user does not accept Private Messages