Rubywhile語句: 語法: while conditional [ do ] code end 執行代碼當條件為true ... #!/usr/bin/ruby $i = 0 $num = 5 while $i < $num do puts("Inside the loop i ...
確定! 回上一頁