Answers for "pseudocode questions for accenture"

0

pseudocode questions for accenture

Integer p, q, r, s 
Set p=1, q = 1for (each r from 0 to 2 )
	for (each s from -4 to -2 )
		p = p + 2if(p > r)
			Continue 
		End if 
		p = 1if(p > s) 
			Jump out of the loop 
		End if 
	End for 
End for 
Print p + q
Posted by: Guest on October-12-2021

Browse Popular Code Answers by Language