using the following code, tell what the output will be and explain why?

Answer:
Explanation:
it will run the first for loop 8 times which runs the second for loop 5 times each time add 1 to the total each time so 8 x 5 = 40 the program will output 40 into a msg box