STEP 10: Let's count the responses for the other letters. The most common choice will give us the quiz outcome.

  • Drag three more Get Count commands to the bottom of your program.
  • Name each new variable based on which letter count it stores: b_num, c_num, or d_num.
  • Change the list name in all of the commands to user_choices.
  • Change each parameter to one letter: "b", "c", and "d".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE