Respuesta :

Answer:

Count Variable -- When it hits a limt.

using user input -- its true if the user input is the conditional variable needed to end it.

The two ways that one can end a loop are:

  • Using user input (Option B)- This is used when its true if the user input is the conditional variable  has to to terminate it;
  • Count Variable (Option D) - When it hits a limit.

What is a loop?

In programming, the sequence of events (instruction) that continues to run repeatedly in the same chain is called a loop.

Thus, it is right to state that the two ways that one can end a loop are:

  • Using user input (Option B)- This is used when its true if the user input is the conditional variable  has to to terminate it;
  • Count Variable (Option D) - When it hits a limit.

Learn more about loops at:
https://brainly.com/question/24052822
#SPJ9

ACCESS MORE