Question
I have two questions that I am unable to answer aboutsets. Starting with the following initial values, specify the valueof each variable at the end in pseudocode. X=30, Y=20, Z=10 Set X = X+20 X=_____, Y=_____, andZ=_____ ------------------------------------- X=10, Y=40, Z=30 Set Y = Y*X X=_____, Y=_____, andZ=_____ Thanks you for the help I have two questions that I am unable to answer aboutsets. Starting with the following initial values, specify the valueof each variable at the end in pseudocode. X=30, Y=20, Z=10 Set X = X+20 X=_____, Y=_____, andZ=_____ ------------------------------------- X=10, Y=40, Z=30 Set Y = Y*X X=_____, Y=_____, andZ=_____ Thanks you for the help Thanks you for the help
Explanation / Answer
X=30, Y=20, Z=10 Set X = X+20 X=50, Y=20, andZ=10 ------------------------------------- X=10, Y=40, Z=30 Set Y = Y*X X=10, Y=400, andZ=30