Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include "stdafx.h"
- using namespace std;
- int main()
- {
- cout << "test" << endl;
- int mult5 = 0;
- if (mult5 < 100);
- {
- cout << "test" << endl;
- mult5 + 5;
- cout << mult5 << endl;
- }
- cout << "test" << endl;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment