str.charAt(0),”Given the String variable str
write an expression that evaluates to the character at index 0 of str.”
The goto resource for studying materials
str.charAt(0),”Given the String variable str
write an expression that evaluates to the character at index 0 of str.”