林永吉的四则运算库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
107 B

  1. [TestMethod1]
  2. na=4
  3. nb=4
  4. nExpect=16
  5. [TestMethod2]
  6. na=3
  7. nb=7
  8. nExpect=21
  9. [TestMethod3]
  10. na=3
  11. nb=5
  12. nExpect=15