Please enable JavaScript to use CodeHS

Want to receive Question of the Day updates? Subscribe Here

AP CSP Question of the Day Feb. 7, 2025

Reference
  1. Incorrect Correct No Answer was selected Invalid Answer

    For Valentines Day, you want to write a program that automatically added a red hue to a picture. In your program, you have a function where you pass a pixel RGB value and that function increases the amount of red in that RGB value and returns the value.

    Given an input value of (134, 156, 232), which of the following will most likely be an output of the function?