2
Answers

help me to solve this question

Write complete C++ program that will read three integer values x, y and z from keyboard then compute the result of the following expressions.
x+'A'%3*y-z
x+'A'%3*(y-z)>(x+'A')%3*y-z
(x^2+y^2)^1/2 >10&&z++*3<15


Answers (2)