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?

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:



Leave a Reply 0

Your email address will not be published. Required fields are marked *