What is the output of the following code?

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

Team
Team

This account on Doubtly.in is managed by the core team of Doubtly.

Articles: 451