2. Which of the following is ALWAYS true for BOTH while loops and if statements?

A. Code inside the body runs forever.

B. Make decisions about whether or not to run code.

C. Code inside the body runs multiple times.

D. Code inside the body runs only once.

E. Code inside the body never runs.

Respuesta :