String traversal: Using a loop to access each character in a String, typically with charAt() or substring().
How to apply it: Iterate from index 0 to s.length() - 1 when processing each character.
Course: AP Computer Science A · Unit: Iteration
Practice questions about String traversal 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.