Integers startRange and endRange are read from input. The inner while loop executes (endRange + 1) times for each iteration of the outer while loop. Complete the outer while loop to execute startRange times. Ex: If the input is 6 3, then the output is: Inner loop ran 24 times