A.#! bin ksh line is missingB.Variable name VAR is not ……
Review the following program.
What is the possible problem?()
A.#!/bin/ksh line is missing
B.Variable name VAR is not properly initialized
C.Loop variable is not incremented inside the loop
D.Loop variable is not decremented inside the loop