The program janne_complex contains 2 nested loops. The inner is dependant on the outer. The number of iterations of the loops in the program is not input dependent. When the program is run as is, the result is No. of iterations for main_complex_L1 = 9 Maximum no. of iterations per invocation for main_complex_L1_L1 is 9, sum is 12 When the program is run 30 x 30 (= 900 combinations) the result is: Maximum no. of iterations per invocation for main_complex_L1 is 11 Maximum no. of iterations per invocation for main_complex_L1_L1 is 9, maximum sum of iterations is 13