3
Answers

String in vertical direction

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)