Quiz

This short quiz tests your understanding of the various concepts learned in this chapter!

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

In which order will the following expression be computed?

addInt(computeInt()).subtractFloat(computeFloat());
A.

addInt, computeInt, subtractFloat, computeFloat

B.

computeInt, subtractFloat, computeFloat, addInt

C.

computeInt, addInt, computeFloat ,subtractFloat

D.

computeFloat, subtractFloat, computeInt, addInt


1 / 3