- In this program we take a string as a input and if a letter is already in a new string then we won't add it
- and instead we append that in a list and make that null again. And as we go ahead we iterate through
- all the elements in our list and display the maximum length and corresponding value of that length. That's all this program is about . . .

Comments
Post a Comment