learning-journal


Project maintained by SondosMatahen Hosted on GitHub Pages — Theme by mattgraham

Read 8


this read about loops & Operators.



At first we will talk about Comparison operators (evaluating conditions):

you should know the result have to be type boolean (true or false) there is some example:
img


Also there is Logical operators , and it’s return value true or false. and here is example about is : img


Loops:

there are three type of loops but we will dicuss just two.