Computer Science, asked by raushanmeraj73, 5 months ago

Give two examples of the expression in C++?​

Answers

Answered by Samiksha200707
2

Examples of C++ expression:

(a+b) - c.

(x/y) -z.

4a2 - 5b +c.

(a+b) * (x+y)

Answered by sandhyamupparaju2285
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