iT邦幫忙

2021 iThome 鐵人賽

DAY 7
0
自我挑戰組

從零開始學Java系列 第 7

Day7 Data types, Variables, and Operators (Ⅲ)

  • 分享至 

  • xImage
  •  

Characters v.s String
String字串:使用” “雙引號,框住要印出的字串,>1個字 EX:”ABC”
https://ithelp.ithome.com.tw/upload/images/20210919/20140457YlW64YlPwq.jpg
Characters字符:使用’ ‘單引號,框住要印出的字符,=1個字 EX:’a’,’b’
https://ithelp.ithome.com.tw/upload/images/20210919/20140457JnU7dpDEy5.jpg
Boolean Values(布林值)
●用來表示是非
https://ithelp.ithome.com.tw/upload/images/20210919/20140457qaYeROUtcT.jpg
https://ithelp.ithome.com.tw/upload/images/20210919/20140457qcPDfUyNm3.jpg
System.out.println(1<x<3);
這個要拆成3部分來看,1. 1<10 is true 2. 10<3 is false 3. 1<3 is true,通常這個用在C語言比較適合,但也不一定是對的!改成System.out.println(1<x&&x<3);就會變成對的!因為&&是AND的意思

Logical Operators(邏輯符號)
https://ithelp.ithome.com.tw/upload/images/20210919/20140457WcCGnYb3fk.jpg


上一篇
Day6 Data types, Variables, and Operators (Ⅱ)
下一篇
Day 8 Data types, Variables, and Operators (Ⅳ)
系列文
從零開始學Java30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言