I am working on an assignment where I cannot use the String class. I have to basically create my own String class, with a few basic methods. I am currently working on the part where I have to find the character at index[x] and do not really know how to work my way around this. Any ideas?