Which of the following will return the position of the first letter a where the string s contains "banana"?
b
The lastIndexOf method takes a single argument of char.
The charAt method returns the letter at the position.