0
Input is ABC and output want to obtain as A B C
any one help please
2 Réponses
+ 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.
0
input is 'abc'
any one help please