2
Answers

help me to solve this question

Photo of younis abdeljawwad

younis abdeljawwad

12y
1.5k
1
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)