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
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
8
Answer:
c)Parentheses ( )
#HOPE IT HELPS YOU
PLEASE MARK BRAINLIEST
Similar questions
Science,
4 months ago
Computer Science,
4 months ago
Biology,
4 months ago
English,
9 months ago
History,
1 year ago