Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~190 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for dumb.king12

Write a program that will accept a text file and echoes all of the words to the terminal and places a single space character between consecutive words. Words are composed of alphabetic characters only. Your program should write only five words on each lin, separating words on a line by …

Member Avatar for Stefano Mtangoo
-2
112
Member Avatar for dumb.king12

write a program that accept a txtfile and compress it by removing adjacent duplicate characters. for example if the txtfile contains the line: DID THE BUNNY GET THE MISSISSIPI MAPS FROM BBB then the corresponding output must be: DID THE BUNNY GET THE MISSISSIPI MAPS FROM B..

Member Avatar for Ancient Dragon
-1
78