228k views
5 votes
How do you do 3.4.5 Add parentheses for code hs? I need answers please

User Iona
by
4.8k points

1 Answer

5 votes

Answer:

add a parenthesis before 4 and after 8

Step-by-step explanation:

It should look like this

print(2 + 3 * (4 + 8))

4+8 equals 12 and then multiply that by 3 which gives 36 then add 2 which is 38.

User Olivier Ma
by
5.5k points