Answer to Question #13353 in C++ for Chad Dylan Cooper

Question #13353
Write the display produced when each of the following C++ statements is performed. If nothing is displayed due to an error, then answer “nothing.”


1. cout << 5/10;
2. cout << 5/float(10);
3. cout << “2/4”;
4. cout << (1+5/2 <= 3);
5. cout << 6 - 6 % 4 ;
6. cout << 8 * 3 / 8 * 8 / 3;
7. cout << (2 * 6 / 4 + 2 == 4) ;
8. cout << (10/4.0 <= 10.0/4);
9. cout << 8 / (8 % 6);
10. cout << (5 / 3 < 1 && 3 / 6.0 >= 0.5);
1
Expert's answer
2012-08-21T10:45:13-0400
1. 0
2. 0.5
3. 2/4
4. 1
5. 4
6. 8
7. 0
8. 1
9. 4
10. 0



Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS