Question 1 2.5 pts The order of precedence in statements involving mathematical expressions is left to right, indicate t
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 1 2.5 pts The order of precedence in statements involving mathematical expressions is left to right, indicate t
Question 1 2.5 pts The order of precedence in statements involving mathematical expressions is left to right, indicate the correct order: Exponentiation; Inside parentheses; Multiplication and division: Addition and subtraction Inside parentheses; Exponentiation Addition and subtraction; Multiplication and division Addition and subtraction : Exponentiation, Inside parentheses; Multiplication and division Inside parentheses; Exponentiation; Multiplication and division Addition and subtraction Question 2 2.5 pts Which of the following is not one of the elementary control structures used in Structured Programming? OF-THEN-ELSE/Selection Sequence O Looping/Iteration Abstraction