Chapter 3 Quiz Starting Out With C++ 017

 To calculate the average of two numbers in C++

a. x + y/2
b. (x + y)/2
c. x/2 + y
d. All of the above

No comments:

Post a Comment