207k views
2 votes
three scientists are researching the behavior of sea gulls on minot beach. the study is conducted over 21 days. each day the scientists make a note of how many times sea gulls attempt to take food from someone at the beach between the hours of 11:00am and 1:00pm. the scientists will create a program to enter their data into the computer. what is the best flow of control to use for entering the data? group of answer choices repetition/loop function decision/selection sequential code

1 Answer

7 votes

Answer:

Entering seagull data

Step-by-step explanation:

The best flow of control to use for entering the data would be a repetition/loop structure. Specifically, a loop structure like a "for" or "while" loop would be suitable for this scenario. The scientists can iterate through the 21 days and enter the data for each day within the loop. This allows for efficient and organized data entry.

User Eldho NewAge
by
7.6k points