What is the difference between an if-then structure and a while loop?

A while loop can repeatedly execute a block of code many times.
  • An if-then structure is more efficient but more complicated.
  • An if-then structure can contain multiple conditionals.
  • A while loop does not need a conditional.

There are no hints for this question