Question 1
The following nested loop structure will execute the inner most statement (x++) how many times?

◦ 100
◦ 200
◦ 10,000
◦ 20,000
◦ 1,000,000
Question 2

The size of each rectangle (bar)
◦ increases in height while staying the same width
◦ increases in width while staying the same height
◦ increases in both width and height
◦ stays the same size
◦ decreases in height while staying the same width