First page
Back
Continue
Last page
Graphics
Execution Time
for (i = 1 through n) {
for (j = 1 through I) {
for (k = 1 through 5) {
Task T
}
}
}
Just loop k: time = 5*m if Task T takes t time.
j and k: = i * (5 * m)
i, j and k: =