Latest TCS Aptitude Question SOLUTION: How many times is the loop executed in the following program? for (i = 0, j = 10; i <= 100; i++){ j = j * i; }