Data Structures, Algorithms, & Applications in C++
Chapter 2, Exercise 23

The third for loop is entered n3 times, and each time one multiplication is done. So, the total number of multiplications is n3.