Ask your own question, for FREE!
Computer Science 17 Online
OpenStudy (anonymous):

Predict the outputs of the following program: #include using namespace std; int main() { int x, y; float value1, value2, value3; x= 20; y=25; value1=float(y)/int(x); value2=float(y/(x-10)); value3 = float(y/x-10); cout<<"value1="<12 years ago

OpenStudy (e.mccormick):

To properly share things, use a code paste service like http://pastebin.com or http://dpaste.com or put ``` above and below the block of code. Makes it a lot easier to read and work with. As for your problem, you could always just compile the code. Or use the rules for integer and floating point math.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!