For practice use only.
AP CSP Practice Test 2 - Practice Mode
AP CSP Practice Test 2 in practice mode with per-question answer checks and explanations.
Question 1 of 70
Answered 0 of 70
Choose one answer.
A environment club tracks sign-ups for service fair. What value is displayed by the algorithm?
signUps <- 8
waitList <- 3
total <- signUps + 2 * waitList
DISPLAY(total)