QUESTION 15 myLoop: x := 5; y := 20; REPEAT y := y - x; X:= X-1; UNTIL (x>0) What is the final of y after this SQL state
Posted: Sat May 14, 2022 8:02 pm
QUESTION 15 myLoop: x := 5; y := 20; REPEAT y := y - x; X:= X-1; UNTIL (x>0) What is the final of y after this SQL statement is executed?