Quiz
Here is a quiz to test your understanding of the concepts of contract programming in D.
We'll cover the following...
1
If one of the assert
check fails in the in
block of a function, will the function still proceed with the execution of statements in the do
block?
A)
Yes
B)
No
Question 1 of 40 attempted