Chapter 3 Quiz Starting Out With C++ 015

How do you write the sum of X plus Y divided by Z in C++

a. x + y/z
b. (x +y)/z
c. X + Y/Z
d. (X + Y)/Z

No comments:

Post a Comment