Which PHP statement is used to select one of many blocks of code to be executed?

88. Which PHP statement is used to select one of many blocks of code to be executed?

  1. The if statement
  2. The if...else statement
  3. The switch statement
  4. The select statement

Answer: C) The switch statement

Explanation:

The switch statement is used to select one of many blocks of code to be executed.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.