What happened when you compiled it?

It looks like you're just trying to access the indexes of charArray in your loop. Something like:


for (int counter=o; counter <=10; counter++){
char c...