Java: Create a new string taking first and last characters from two given strings
First and Last Char Combo
Write a Java program to create a string taking the first and last characters from two given strings. If the length of each string is 0 use "#" for missing characters.
Pictorial Presentation:
Sample Solution:
Java Code:
Sample Output:
P#
Flowchart:
For more Practice: Solve these Related Problems:
- Modify the program to combine the first three and last three characters.
- Write a program to swap the first and last characters of a string.
- Modify the program to handle cases where both strings are empty.
- Write a program to extract the middle characters instead.
Go to:
PREV : First 3 Chars or #.
NEXT :
10 as First or Last in Array.
Java Code Editor:
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.