Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
45
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.h>
  2. #include<conio.h>
  3. #include<stdio.h>
  4.  
  5. void blad(){
  6. int x;
  7. for(x=0;x<4;x++){
  8. cout<<"INGRESE #: ";
  9. cin>>x;
  10. }
  11. cout<<x<<endl;
  12. }
  13.  
  14. main(){
  15. blad();
  16. system("PAUSE");
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement