Imagine you’re reviewing a programming statement that represents the rules for who is allowed to enter a waterpark:p OR (q AND u) OR (r AND s) OR (r AND t)The variables stand for:p = is over 21q = is over 16r = is under 21s = has an adult with themt = is with a school groupu = has a waiverIf you were to create a script on the waterpark website that explains who is allowed in the park, what would the output look like? (Respond in the same order as the logic statement)(4 points)Put responses in the correct input to answer the question. Select a response, navigate to the desired input and insert the response. Responses can be selected and inserted using the space bar, enter key, left mouse button or touchpad. Responses can also be moved by dragging with a mouse.To be allowed in the park, you mustResponse area,  Response area ,Response area, or Response areabe at least 16 and have a waiverbe at least 21be accompanied by an adult if under 21be at least 16be with a school group if under 21be under 21Skip to navigationpage 2 of 2

1 answer

To be allowed in the park, you must be at least 21 or (be at least 16 and have a waiver) or (be under 21 and be accompanied by an adult) or (be under 21 and be with a school group).