How to get first character of string?
string test = "StackOverflow";
String test = "StackOverflow"; char first = test.charAt(0);