Answer:
Hi, the answer is 100
Explanation:
In this case we have in the second parameter of the loop the condition to stop (k <= 100) it's means the iteration start at k=0 until k is less or equal to 100, in those iterations you get in the output (AlertAlertAlertAlert...)
I hope it's help you.