Please enable JavaScript to use CodeHS

Want to receive Question of the Day updates? Subscribe Here

AP CSA Question of the Day 2024 - 2025 May 27, 2025

Reference
  1. Incorrect Correct No Answer was selected Invalid Answer

    `substring(1, 6)` extracts `"aunch"` (from index 1 to 5), and `"LaunchCode".length()` is 10. So, the output is `aunch10`