値を除算して結果を出力する
説明
値を除算して結果を出力するには/を使います。計算結果を出力する場合はprintを使います。
[
以下のRubyプログラムをダウンロード
]
print 60/5
目次に戻る