IT 244: Introduction to Linux/Unix
Class 24 Ungraded Quiz
-
In a
for ... in
loop, where does the loop variable get its values?
-
In a simple
for
loop, where does the loop variable get its values?
-
Should the loop variable in a
for
loop have a $ in front of it?
-
In a three statement
for
loop, what does the first statement do?
-
In a three statement
for
loop, what does the second statement do?
-
In a three statement
for
loop, what does the third statement do?
-
Why are the three statements in a three statement
for
loop surrounded by two parentheses?
-
When does a
while
loop stop running?
-
What does the
continue
command in a loop do?
-
What does the
break
command in a loop do?