Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 236 Bytes

5.02.md

File metadata and controls

12 lines (9 loc) · 236 Bytes

練習問題 - レベル 2 #2

以下のオペレーターを使い、変数に値を割り当てる式を書いてください。

  • ==
  • <=
  • >=
  • !=
  • <
  • >

解答