Chapter Quiz
In the following quiz, you will be tested on concepts you learned in this chapter.
1
What are control structures used for?
A)
Control structures are used for determining the output of a statement
B)
Control structures dictate the flow in which statements are executed
C)
Control structures are diagrams used for understanding the flow of execution
D)
All of the above
E)
None of the above
Question 1 of 100 attempted
In the next chapter, we will jump to functions and start seeing Scala’s actual power.