Respuesta :

Answer:

I really beleive its a while loop

Explanation:

Chinh wants to have a program print, "Sorry, but that isn’t one of your options" until the user enters the correct information so a while loop should be used to do this.

What is a while loop ?

A "While" Loop is used to copy a selected block of code an unknown range of instances, till a circumstance is met. For example, if we need to invite a person for a variety of among 1 and 10, we do not know how in many instances the person can also additionally input a bigger range, so we preserve asking "whilst the range isn't among 1 and 1.

The whilst loop is used whilst we do not know the range of instances it's going to repeat. If that range is infinite, or the Boolean circumstance of the loop by no means receives set to False, then it's going to run forever.

Read more about the a database

https://brainly.com/question/26096799

#SPJ2