Page 1 of 1

Determine the output value of A in the program for the given input values of X and Y. LET Z=X+Y IF (Z≠0) AND (X>0) THEN

Posted: Wed May 04, 2022 1:00 pm
by answerhappygod
Determine the output value of A in the program for the given
input values of X and Y.
LET Z=X+Y
IF (Z≠0) AND (X>0)
THEN LET A=9
ELSE LET A=7
X=0​,
Y=0   
X=3​,
X=−2​,
Y=2  
X=−2​,
Question content area bottom
Part 1
​(a) A=enter your response here
Part 2
​(b) A=enter your response here
Part 3
​(c) A=enter your response here
Part 4
​(d)A=