cowgirl8822 cowgirl8822 11-03-2024 Computers and Technology contestada Rewrite the following code using a while loop to avoid using the break command: for k = 1:10 x = 50 - k^2; if x < 0 break end end