while.lua. while x ~="q" do x = io.read() if (x~="q") then if tonumber(x)<10 then print("El numero es menor a 10") elseif tonumber(x)==10 ...
確定! 回上一頁