Multiple choice technology programming languages

if statement needs to end with end if

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In standard Linux shell scripting (like Bash), an if statement must end with fi, not end if. Therefore, the statement is false.