PR

下記のコードを実行すると、定数sampleValueの型は何になるでしょうか?

    var sampleValue = 5 + 0.6789
  • 選択肢:
  • 1) Float
  • 2) Double
  • 3) Int
  • 4) Short