Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
指定された入力が 1 から 100 (整数) の範囲内にあるかどうかを確認したい。
このタスクのJUnit テスト ケースの書き方
Assert.assertTrue(value >= 1 && value <= 100);