- Java Fundamentals
- Gazihan Alankus Rogério Theodoro de Brito Basheer Ahamed Fazal Vinicius Isola Miles Obare
- 230字
- 2021-06-11 13:37:56
Introduction
So far, we have looked at programs that consist of a series of statements that the Java compiler executes sequentially. However, in certain cases, we might need to perform actions based on the current state of the program.
Consider the example of the software that's installed in an ATM machine – it performs a set of actions, that is, it allows a transaction to occur when the PIN that's been entered by the user is correct. However, when the PIN that's been entered is incorrect, then the software performs another set of actions, that is, it informs the user that the PIN does not match and asks the user to reenter the PIN. You'll find that such logical constructs that depend upon values or stages are present in almost all real-world programs.
There are also times where a particular task might need to be performed repeatedly, that is, for a particular time duration, for a particular set number of times, or until a condition is met. Continuing from our example of the ATM machine, if the number of times an incorrect password is entered exceeds three, then the card is blocked.
These logical constructs act as building blocks, as we move toward building complex programs in Java. This lesson will dive into these basic constructs, which can be categorized into two general classes, as follows:
- Conditional statements
- Looping statements
- Learning Python Web Penetration Testing
- Mastering OpenCV 4
- HTML5游戲開發案例教程
- The Computer Vision Workshop
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Hands-On Reinforcement Learning with Python
- Symfony2 Essentials
- Python算法從菜鳥到達人
- Getting Started with Gulp
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Vue.js 2 Web Development Projects
- Machine Learning for OpenCV
- 網頁設計與制作
- Java核心編程
- React and React Native