Computer Science, asked by jeffryjjoseph10, 4 months ago

consider the following pseudocode and determine how many times will you please iterated
I:0
while I≠5
i:I+1​

Answers

Answered by SHREYASHJADHAV10
6

Answer:

Consider the following pseudo code, where x and y are positive integers. begin q := 0 r := x while r ≥ y do begin r := r - y q := q + 1 end end

Explanation:

mark as brainliest plz

Answered by mohitaryaaugust
2

Answer:

5 is the correct answer but I don't know how

Similar questions