Guest User

Untitled

a guest
Mar 4th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #include <iostream>
  2. #include "stdafx.h"
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. cout << "test" << endl;
  9.  
  10. int mult5 = 0;
  11.  
  12. if (mult5 < 100);
  13. {
  14. cout << "test" << endl;
  15. mult5 + 5;
  16. cout << mult5 << endl;
  17. }
  18.  
  19. cout << "test" << endl;
  20.  
  21. return 0;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment