Ruby program that uses times. # Part A: use a times-loop. 4.times do puts "TIMES: 4" end # Part B: use a times iterator with an iteration variable.
確定! 回上一頁