Give two examples of the expression in C++?
Answers
Answered by
2
Examples of C++ expression:
(a+b) - c.
(x/y) -z.
4a2 - 5b +c.
(a+b) * (x+y)
Answered by
0
Answer:
example-1: (a+b) - c.
example-2: (x/y) -z.
example-3: 4a2 - 5b +c.
example-4: (a+b) * (x+y)
<follow me and mark this answer as brainliest>
thankyou.....
Similar questions