30 likes | 52 Views
FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>create a program which opens a file the user enters and searches that file for words that end in ed. I’m trying to make it so that the program changes the characters to all lower case before it searches so that words ending in ED, Ed, and Ed will also be returned.<br>
E N D
create a program which opens a file • FOR MORE CLASSES VISIT • tutorialoutletdotcom • create a program which opens a file the user enters and searches that file for words that end in ed. I’m trying to make it so that the program changes the characters to all lower case before it searches so that words ending in ED, Ed, and Ed will also be returned. • #include #include #include #include #define Max_Lines 1000#define Max_Length 500