- 零基礎學Java程序設計
- 祝明慧編著
- 105字
- 2022-05-06 19:56:13
第5章 選擇執行
在處理一些問題時需要滿足某些條件,如紅綠燈問題,當綠燈亮起時,汽車就會行駛;當紅燈亮起時,汽車就要停止行駛。在程序中也一樣,一般將這種情況稱之為選擇執行或選擇結構。本章將講解與選擇執行相關的內容。
推薦閱讀
- Node.js Design Patterns
- Manga Studio Ex 5 Cookbook
- INSTANT Sencha Touch
- Windows Server 2012 Unified Remote Access Planning and Deployment
- 秒懂設計模式
- Rust Essentials(Second Edition)
- MATLAB for Machine Learning
- Swift Playgrounds少兒趣編程
- INSTANT Sinatra Starter
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Bootstrap for Rails
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Distributed Computing in Java 9
- C編程技巧:117個問題解決方案示例
- OpenCV Android Programming By Example