Integer p, q, r
Set p=1, q=4, r=6
for (each r from 5 to 9 )
if(7< p && (4&r)<q)
Jump out of the loop
End if
q=(12+4)^r
End for
Print p+q
A. 26
B. 33
C. 24
D. 28
Integer p, q, r
Set p=1, q=4, r=6
for (each r from 5 to 9 )
if(7< p && (4&r)<q)
Jump out of the loop
End if
q=(12+4)^r
End for
Print p+q