What is the most likely problem with this script () VAR=1   ((VAR=$VAR+1))    while [ $VAR -It 10 ]    do   echo $VAR  done

A . #!/bin/ksh line is missing B . Variable name VAR is not properly initialized C . Loop variable is not incremented inside the loop D . Replace brackets with brace

时间:2022-09-07 03:42:33 所属题库:IBM(000-223)题库

相似题目