Please enable JavaScript to use CodeHS

Want to receive Question of the Day updates? Subscribe Here

AP CSP Question of the Day April 7, 2025

Reference
  1. Incorrect Correct No Answer was selected Invalid Answer

    Which initial value of number would cause the loop to be skipped?

    REPEAT UNTIL(number MOD 2 = 1)
    {
      number ? number - 1
    }