Please enable JavaScript to use CodeHS

Want to receive Question of the Day updates? Subscribe Here

AP CSP Question of the Day Jan. 1, 2025

Reference
  1. Incorrect Correct No Answer was selected Invalid Answer

    Consider the following code segment:

    i ? 100
    REPEAT UNTIL i = 0
    {
        <MISSING CODE>
    }

    Which of the following replacements for <MISSING CODE> will cause an infinite loop?