IBM Exam Questions

Why does the following ksh code segment fail to run?

Why does the following ksh code segment fail to run?

A.
An alphanumeric operator is being used to compare the integer variable.

B.
The ‘if statement must be terminated with an ‘end1 keyword.

C.
The ‘elseif keyword is not valid within ksh scripts.

D.
The segment is missing an ‘else’ default statement.

Explanation: