Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Trace the following algorithms and write down the outputs. BEGIN Set the value of x to 1 2 , y to 2 WHILE ( x

Trace the following algorithms and write down the outputs.
BEGIN
Set the value of x to 12,y to 2
WHILE (x>0)
IF (x9) THEN
set the value of y to y**2
ELSE IF (x12) THEN
set the value of y to y-2
ELSE
set the value of y to y+2
set the value of x to x-2
END OF WHILE
Print the values of x and y
END
a.x=0,y=12
b.x=0,y=32
c.x=12y=0
d.x=12y=4
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Illuminated

Authors: Catherine M. Ricardo

1st Edition

0763733148, 978-0763733148

More Books

Students also viewed these Databases questions

Question

Level of autonomy given to the software team

Answered: 1 week ago

Question

Why do you think most employers opt for the home-based salary plan?

Answered: 1 week ago