Computer Science, asked by ysgoud2011, 9 months ago

Which of the following elements of a mathematical expression in Python is evaluated first?
a)Subtraction -
b)Addition
c)Parentheses ( )
d)Multiplication *

1 point
7.Question 7
W

Answers

Answered by kanchan7050
4

Answer:

If an arithmetic operator contains more than one operator, the operator which has highest value in the required order will be evaluated first.

The priority order is BODMAS. The operators to be used are first division, then multiplication, then Addition and then subtraction.

For example :

2*3+55

First , 2 and 3 will be multiplied to give 6 and then 55 will be added to it to give 61

Answered by Anonymous
8

Answer:

c)Parentheses ( )

#HOPE IT HELPS YOU

PLEASE MARK BRAINLIEST

Similar questions