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