- 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.
推薦閱讀
- JIRA 7 Administration Cookbook(Second Edition)
- 零基礎入門學習Python
- Mastering JBoss Enterprise Application Platform 7
- Java Web程序設計任務教程
- Python編程從0到1(視頻教學版)
- PLC應用技術(三菱FX2N系列)
- Natural Language Processing with Java and LingPipe Cookbook
- Scala Data Analysis Cookbook
- Orleans:構建高性能分布式Actor服務
- Learning Unreal Engine Game Development
- Visual Basic語言程序設計基礎(第3版)
- Mastering Object:Oriented Python(Second Edition)
- Mastering PostgreSQL 11(Second Edition)
- 零基礎入門學習C語言:帶你學C帶你飛
- Continuous Integration,Delivery,and Deployment