charAt(): Returns the char at a specified index in a String; used in character-by-character traversal.
How to apply it: Use charAt(i) inside a loop from 0 to length()-1 to process each character.
Course: AP Computer Science A · Unit: Iteration
Practice questions about charAt() on AimFive — get rubric-based feedback showing exactly which points you earned.
AP and Advanced Placement are trademarks of College Board. AimFive is not affiliated with or endorsed by College Board.