|
76 | 76 | 2. How to Swap two Strings without using third (temporary) variable? [[Solution]](InterviewPrograms/src/com/java/strings/SwapTwoStrings.java)
|
77 | 77 | 3. Write a java program to reverse a String without using in-build function. [[Solution]](InterviewPrograms/src/com/java/strings/ReverseString.java)
|
78 | 78 | 4. Write a java program to count the number of words in a given String. [[Solution]](InterviewPrograms/src/com/java/strings/CountWords.java)
|
79 | | -5. Write a java program to remove all White Spaces in the given String. |
| 79 | +5. Write a java program to ***count the number of vowels***in the given string. |
80 | 80 | 6. Check Given String is Rotation of Another String. [[Solution]](InterviewPrograms/src/com/java/strings/StringRotationOfAnother.java)
|
81 | 81 | 7. Write a Java Program to check two strings are Anagram to each other or NOT. [[Solution]](InterviewPrograms/src/com/java/strings/Anagram.java)
|
82 | 82 | 8. Write a Java program to find the ***Most Repeated Character*** in the Given String. [[Solution]](InterviewPrograms/src/com/java/strings/MostRepeatedChar.java)
|
|
0 commit comments