Computer Science, asked by trishita102006, 12 hours ago

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 durgeshpandey83
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 priyankapandey7014
2

Explanation:

Input : str = "geeks for geeks"

Output : gfg

Input : str = "happy coding"

Output : hc

Similar questions