Quiz

Here is a quiz to test your understanding of the concepts covered in this chapter.

We'll cover the following...
Technical Quiz
1.

Which of the following is the correct way to use an assert statement?

A.

assert(logical_expression);

B.

assert(logical_expression, message);

C.

Both A and B

D.

None of these


1 / 4

In ...