Quiz
This short quiz tests your understanding of the various concepts learned in this chapter!
We'll cover the following...
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
Question 1 of 30 attempted