Which of these is a decision-making statement in Perl?

71. Which of these is a decision-making statement in Perl?

  1. if
  2. unless
  3. if-else ladder
  4. All of these

Answer: D) All of these

Explanation:

Decision making statement in Perl are:

  • If
  • Else-if
  • Else-elsif
  • Unless
  • Unless-if
  • Unless-elsif

Comments and Discussions!

Load comments ↻






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