3
Answers

String in vertical direction

harish reddy

harish reddy

7y
167
1
Hi,
 
I will input a string example " India" and i need to get output as below using string.split options. Not able to get it...
 
Input : INDIA
OUTPUT :
I
N
D
I
Answers (3)