Computer Science, asked by Amritavarshini, 6 months ago

What is the order of precedence of Arithmetic operators given below in python. 1.Parenthesis 2.Subtraction 3.Exponential 4.Division 5.Multiplication

Answers

Answered by sweetheart96
11

Answer:

1. Parenthesis

3. Exponential

4. Division

5. Multiplication

2. Subtraction

Explanation:

pls follow and Mark as branlist

Answered by vijayhalder031
0

Concept introduction:

The BODMAS rule is arranged according to the letters in the acronym BODMAS, which stand for brackets, order of powers or roots, division, and multiplication. A stands for addition and S for subtraction. According to the BODMAS rule, multi-operator mathematical equations must be resolved in the BODMAS order from left to right.

Explanation:

Given that, arithmetic operators of python.

We have to find, correct order of the arithmetic operation in python.

According to the question,

The correct order of arithmetic operation is Parenthesis, Exponential, Division, Multiplication, Subtraction.

Final Answer:

The correct order of arithmetic operation is Parenthesis, Exponential, Division, Multiplication, Subtraction.

#SPJ3

Similar questions