What will be the output of the following pseudocode?
Integer pp, qq,rr
Set pp=1, qq=8, rr=10
for(each rr from 3 to 6 )
if((pprr⁵) <(3+qq+pp) )
Continue
End if
qq=(3+12) +rr
pp=(qq+12) +pp
End for
Print pp+qq​