Guest User

cin object

a guest
Feb 11th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. cin object :-
  2. #include <iostream>
  3. using namespace std;
  4. int main ()
  5. {
  6. int a;
  7. cin>>a;
  8. cout<<a;
  9. return 0;
  10. }
  11. For more click on the link: http://houseofprogramminglanguages.blogspot.com/
Add Comment
Please, Sign In to add comment