Multiple Choice
The difference between break and continue while processing loop input is that
A) break exits the loop, but continue only exits the current iteration of the loop
B) break only exits the current iteration of the loop, but continue exits the loop
C) break and continue exit the loop
D) break and continue both exit only the current iteration of the loop
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Consider the following script. The output will
Q16: Consider the following script. The output
Q17: The first line of an executable script
Q18: A specific set of commands is to
Q19: In programming languages, loops are used to<br>A)
Q20: Environment variables are<br>A) Variables describing the user's
Q21: The command to view the contents of
Q22: The redirect operator used to send the
Q23: Shell scripts can obtain user input using
Q25: Consider the following script. The output