So I'm having trouble concatenating strings and chars and then displaying them using the message box because my characters get printed as numbers, and when I try to convert them to string no matter where or how the message box throws an error! Any help is appreciated!
MessageBox::Show("The most common letter is \"" + letters[biggetsNumberIndex] + "\".");
// Simplified version: MessageBox::Show("string" + 'c' + "string");