Java: Insert a word in the middle of the another string
Insert Word in Middle
Write a Java program to insert a word in the middle of another string. Insert "Tutorial" in the middle of "Python 3.0", so the result will be Python Tutorial 3.0.
Pictorial Presentation:
Sample Solution:
Java Code:
Sample Output:
Python Tutorial 3.0
Flowchart:
For more Practice: Solve these Related Problems:
- Modify the program to insert a word at the beginning of a string.
- Write a program to insert a word at the end of another string.
- Insert a word at a specific index provided by the user.
- Modify the program to work with sentences instead of single words.
Java Code Editor:
Previous: Write a Java program to compute the sum of the first 100 prime numbers.
Next: Write a Java program to create a new string of 4 copies of the last 3 characters of the original string.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics