- 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.
推薦閱讀
- Fundamentals of Linux
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 編寫高質量代碼:改善Python程序的91個建議
- Python Deep Learning
- ASP.NET Core 2 and Vue.js
- 數據庫系統原理及MySQL應用教程
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Learning Linux Binary Analysis
- SQL基礎教程(第2版)
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- 微服務架構深度解析:原理、實踐與進階
- MySQL入門很輕松(微課超值版)
- ArcGIS for Desktop Cookbook
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- C語言程序設計習題與實驗指導