Guest User

Untitled

a guest
Oct 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. /**
  2. *Program Name: cis26Fall2011L43671TommyNgo1.cpp
  3. *Written By: Tommy Ngo
  4. * Description: First C++ Program
  5. */
  6. #include <iostream>
  7. using namespace std;
  8.  
  9. int main() {
  10. cout << "CIS 26 - C Programming\nFall 2011\nL43671\nLaney Collge\nTommyNgo" << endl;
  11.  
  12. return 0;
  13. }
Add Comment
Please, Sign In to add comment