Fill in the blank to make the while loop iterate one million times. print('GCD is %d' % num a The larch b 24 a) while # loop body statements go here i-i+ a i< 1000001 bi <= 1000000 cil 100000 d is spam 1 d 6 Given the following code, how many times will the inner loop body execute? for j in rangel3) for j in rangel2): # Inner loop body The fourth line printed out from the following code snippet will be for j in range(100,0,-10) print(j) Correct! The inner loop body will execute six times. 80 b 70 c 60 d 50 b 4 C 6 d 7 Consider the foowing code snippet. If num a is 24 and num b is 72, then the output will be num a -intlinputl'Enter first positive integer:In') num b-int input( Enter second positive integer.n') if num b> num num b=num b. num a else: