Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 756d401

Browse files
Update README.md
1 parent 44911a3 commit 756d401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
2. How to Swap two Strings without using third (temporary) variable? [[Solution]](InterviewPrograms/src/com/java/strings/SwapTwoStrings.java)
7777
3. Write a java program to reverse a String without using in-build function. [[Solution]](InterviewPrograms/src/com/java/strings/ReverseString.java)
7878
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.
8080
6. Check Given String is Rotation of Another String. [[Solution]](InterviewPrograms/src/com/java/strings/StringRotationOfAnother.java)
8181
7. Write a Java Program to check two strings are Anagram to each other or NOT. [[Solution]](InterviewPrograms/src/com/java/strings/Anagram.java)
8282
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /