Write a program in java using string function to input any word and print every character of that word in diferen't lines on the screen .
Answers
Answered by
0
Explanation:
Write a program in java using string function to input any word and print every character of that word in diferen't lines on the screen .
Answered by
2
Explanation:
Input : str = "geeks for geeks"
Output : gfg
Input : str = "happy coding"
Output : hc
Similar questions