Order of Operations In mathematics operation, we should solve it in the following order : parentheses, exponents, multiplication, division, addition, and subtraction; which known as PEMDAS. It is important to know the proper order as it crucial for getting the correct answers when coding programs. where such operations are performed. Let's try using IDLE : Enter the following command : 5+3*2 When you press ENTER , the result is 11. It is obvious that multiplication part comes first (3*2) and then adding 5, which result is 11. Let's try again with open another file from IDLE. On above examples there are two kind, which are : 5-3*2 and (5-3)*2 The results of the two statements above will be : Let's try other examples with exponent : There are two additional examples using exponential, 5^3*2 and 5^(3*2). The result between that two are : Comparison Operation We will try to...
My writing on satcom and vsat, slightly of networking, and small portion of my hobby