How mzany numbers will be printed out after executing the


Both Questions 1 and 2 refer to the following algorithm:

x = 0

y = 0

DOWHILE x < 2

DOWHILE y < 2

y = y + 1

Print y

ENDDO

x = x + 1

Print x

ENDDO

1 How mzany numbers will be printed out after executing the above algorithm?

a 2

b 3

c 4

d 6

e 8

2 What is the fourth number to be printed out?

a 1

b 2

c 3

d 4

e 5

3 How many subscripts does a three dimensional array require?

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: How mzany numbers will be printed out after executing the
Reference No:- TGS02910954

Expected delivery within 24 Hours