LoginSignup
2
1

More than 5 years have passed since last update.

Ruby_1から10までの2のべき乗

Posted at
ruby
puts [*1..10].map{|i| 2**i}* " "
#=>2 4 8 16 32 64 128 256 512 1024

参考

参考にしたWebサイトや技術書などを列挙する

次にやること

記事を読んだあとに読んだ方が良いWebサイトなどがあれば書く

新・明解Java入門 (明解シリーズ) | 柴田 望洋 |本 | 通販 | Amazonの写経をする

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1