
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Check out the new article: From Basic to Intermediate: IF ELSE.
In this article we will discuss how to work with the IF operator and its companion ELSE. This statement is the most important and significant of those existing in any programming language. However, despite its ease of use, it can sometimes be confusing if we have no experience with its use and the concepts associated with it. The content presented here is intended solely for educational purposes. Under no circumstances should the application be viewed for any purpose other than to learn and master the concepts presented.
The content presented here is intended solely for educational purposes. Under no circumstances should the application be viewed for any purpose other than to learn and master the concepts presented.
In the previous article, From Basic to Intermediate: Passing by Value or by Reference, we provided a practical and objective explanation of the concepts, risks, and precautions you should take when transferring data between different programs.
Based on that discussion, as well as the content covered previously, we can now begin to explore more advanced topics. This is because, in programming itself, we do not work solely with mathematical expressions. Doing so would not only be a tremendous waste of the computational power and factorization capabilities that a computer offers but would also limit the possibilities of what we can truly achieve.
Therefore, the prerequisite for understanding what will be explained from this point forward is to have a firm grasp of the concepts presented in the previous articles. If at any point you find yourself unsure about why something is happening, refer back to those articles and study them carefully. Avoid rushing through the learning process, follow the steps as they are presented.
That being said, before we begin the first of several topics covered in this and future articles, it is necessary to explain a term that will appear frequently when discussing statements. So, let's move on to the first topic of this article.
Author: CODE X