A string object can respond to the request charAt(n). That request has an answer that is the (n+1)st character in the string. If s is a string object, how would you set variable c, of type char, to the first character of s? What notation do you use?