Answer:
0
Step-by-step explanation:
In my opinion, the string won't display because, the intCount was not initialized before you started outputting the "Hi" string. So in order fro you to get the string to appear, the control point or value has to be initialized to maybe 0. then you can start looping from there. And if you are looping from the top or using greater than (>), The loop works best buy subtracting the control value else, you can end up with infinity loop.