Tag: contains
-
How to find the Sum of Digits in an Alphanumeric value ?
This is the complete solution to find the sum of digits in an Alphanumeric value. This solution is designed to to solve the problem using an interface, super class and two derived classes implementing the interface.
-
How to find the Duplicate words in a given sentence ?
This is the complete solution to find the duplicate words in a given sentence . This solution is designed to to solve the problem using an interface, super class and two derived classes implementing the interface.
