iT邦幫忙

2021 iThome 鐵人賽

DAY 8
0
自我挑戰組

從零開始學Java系列 第 8

Day 8 Data types, Variables, and Operators (Ⅳ)

  • 分享至 

  • xImage
  •  

Truth Table
Let A and B be two Boolean variables.

Then the truth table for logical operators is as follows:
https://ithelp.ithome.com.tw/upload/images/20210920/2014045786m9eXNDcq.png

Arithmetic Compound Assignment Operators
https://ithelp.ithome.com.tw/upload/images/20210920/201404574TJl0MgFPE.png

EX1:
https://ithelp.ithome.com.tw/upload/images/20210920/201404576lFsLGtq5o.jpg

EX2:
https://ithelp.ithome.com.tw/upload/images/20210920/201404571dga2GF0Hf.jpg

比較++x & x++的差異
https://ithelp.ithome.com.tw/upload/images/20210920/20140457EXdDGyzWcU.jpg
++x 是先加值到x,再傳回y,所以x=1+1=2=y.
x++ 是先傳值給y, x再加值,所以x=1=y,x+1=2.
這兩個很容易搞混!必須注意!


上一篇
Day7 Data types, Variables, and Operators (Ⅲ)
下一篇
Day 9探討Scanner(Ⅰ)
系列文
從零開始學Java30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言