In this task, you need to evaluate the following four expressions and demonstrate at least 5 steps of evaluating them. C
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
In this task, you need to evaluate the following four expressions and demonstrate at least 5 steps of evaluating them. C
b=2
c=3
d=4
e=5
f=6
plz answer for me this q and sub with the numbers
provided
In this task, you need to evaluate the following four expressions and demonstrate at least 5 steps of evaluating them. Choose values with appropriate types for each expression. a) -(a%b+c*d-f/e) b) ! (( a == b) II (c > d) && (f<e)) c) (a%b) == ((c*d) != (f*e)) d) !a || !b && (( C && d) || (f&& e))