expand icon
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

Programming Logic and Design, Introductory 7th Edition by Joyce Farrell

النسخة 7الرقم المعياري الدولي: 1285225562
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

Programming Logic and Design, Introductory 7th Edition by Joyce Farrell

النسخة 7الرقم المعياري الدولي: 1285225562
تمرين 5

Assume that income = 8 and expense = 6. What is the value of each of the following expressions?

a. income + expense * 2

b. income + 4 – expense / 2

c. (income + expense) * 2

d. income – 3 * 2 + expense

e. 4 * ((income – expense) + 2) + 10

الحلول خطوة بخطوة
موثّق
like image
like image

الخطوة 1 من6

Precedence and associativity of the operators:

The precedence and associativity of operators is given below:

Symbol

Name

Precedence

Associativity

=

Assignment

Lowest

Right-to-Left

+

Addition

Medium

Left-to-Right

Subtraction

Medium

Left-to-Right

*

Multiplication

Highest

Left-to-Right

/

Division

Highest

Left-to-Right


الخطوة 2 من 6


الخطوة 3 من 6


الخطوة 4 من 6


الخطوة 5 من 6


الخطوة 6 من 6

close menu
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
cross icon