私はのLearn Ruby the Hard Wayです。 エクストラクレジットエクササイズ1が求められます。 Convert this while loop to a function that you can call, and replace 6 in the test (i < 6) with a variable. をコード: i = 0
numbers = []
while i
私は現在「Less Ruby the Hard Way」のレッスン9に入っています。 私は、行番号6を指示通り正確にタイプしましたが、実行中にエラーが発生しています。 それは言う: Syntax error, unexpected tCONSTANT, expecting $end
puts " Here^are the days : ", days