Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. //I did this without looking at the tutorial
  2. #include <iostream>
  3. #using namespace std
  4.  
  5. int main ()
  6. {
  7. int Tom, Bryan, Win;
  8. int Win;
  9. Tom = 5;
  10. Bryan = 7;
  11. Win = Tom + Bryan - Bryan;//12
  12. cout << Win;
  13. return 0;
  14. }
  15. //I can finally make a simple function =)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement