Input is ABC and output want to obtain as A B C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Input is ABC and output want to obtain as A B C

any one help please

15th Oct 2017, 9:24 AM
Abhi Rao
Abhi Rao - avatar
2 Answers
+ 4
Create a String variablename = "ABC"; Then create a for-loop and print out the variablename inside the loop. You will need to use charAt.
15th Oct 2017, 10:11 AM
Ferhat Sevim
Ferhat Sevim - avatar
0
input is 'abc'
7th Aug 2021, 10:10 AM
Vamshi.A JNV P-2
Vamshi.A JNV P-2 - avatar