Advertisement
overridetut

Untitled

Mar 31st, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <iostream>
  2. #include <cstdlib>
  3.  
  4. using namespace std;
  5. int main (){
  6. int x;
  7. cout<<"unesite broj x: ";
  8. cin>>x;
  9. for(int i=0; i<x;i++)
  10. cout<<i<<endl;
  11.  
  12. system("PAUSE");
  13. return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement