Frank is writing a ksh script. How does he indicate the beginning and end of a block of statements
in a while loop?
A.
Using { and }
B.
Using [ and ]
C.
Using do and done
D.
Using if and fi
Explanation:
Frank is writing a ksh script. How does he indicate the beginning and end of a block of statements
in a while loop?
Frank is writing a ksh script. How does he indicate the beginning and end of a block of statements
in a while loop?
A.
Using { and }
B.
Using [ and ]
C.
Using do and done
D.
Using if and fi
Explanation: