- 2

I need

You are given a file named "books.txt" with book titles, each on a separate line. To encode the book titles you need to take the first letters of each word in the title and combine them. For example, for the book title "Game of Thrones" the encoded version should be "GoT". Complete the program to read the book title from the file and output the encoded versions, each on a new line. https://code.sololearn.com/chWxeV5chsZl/?ref=app

21st Jan 2022, 10:22 AM
Ibrahim Habibu
Ibrahim Habibu - avatar
1 Answer
+ 5
https://www.sololearn.com/discuss/2966733/?ref=app
21st Jan 2022, 10:50 AM
Simba
Simba - avatar