Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 364 Bytes

5.04.md

File metadata and controls

10 lines (7 loc) · 364 Bytes

練習問題 - レベル 2 #4

  • 変数にint型の値を割り当て、
  • 10進数、2進数、16進数でその値を出力し、
  • 左に1つビットシフトし、その値を別の変数に割り当て、
  • 10進数、2進数、16進数でその値を出力する

プログラムを書いてください。

解答