Separating Characters

edited December 2015 in Programming Questions

How can I separate characters within a string to be objects of an array?

For example:

for (int i = 0; i < string.length; i++) { character[i] = ______________; }

Tagged:

Answers

Sign In or Register to comment.