- Android Programming for Beginners
- John Horton
- 100字
- 2021-07-23 14:47:08
Summary
At last we have used some serious Java. We learned about variables, declaration, and initialization. We saw how to use operators to change the value of variables, we used if
, else
, and switch
to make decisions with expressions and branch our code. We saw and practiced while
, for
, and do while
to repeat parts of our code.
It doesn't matter if you don't remember everything straight away as we will constantly be using these techniques and keywords throughout the book.
Next, we will take a much closer look at Java methods, which is where all our code will go.
推薦閱讀
- 基于粒計(jì)算模型的圖像處理
- ThinkPHP 5實(shí)戰(zhàn)
- Go語言高效編程:原理、可觀測性與優(yōu)化
- 深入實(shí)踐Spring Boot
- 程序員面試算法寶典
- Learning Python Design Patterns(Second Edition)
- Visual C
- Python編程與幾何圖形
- MATLAB for Machine Learning
- OpenCV 4計(jì)算機(jī)視覺項(xiàng)目實(shí)戰(zhàn)(原書第2版)
- AutoCAD 2009實(shí)訓(xùn)指導(dǎo)
- R語言:邁向大數(shù)據(jù)之路(加強(qiáng)版)
- Extending Unity with Editor Scripting
- Java設(shè)計(jì)模式深入研究
- 大話程序員:從入門到優(yōu)秀全攻略