Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 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=1;x<4;x++){
  8. cout<<"INGRESE #: "<<endl;
  9. cout<<x<<endl;
  10. }
  11. }
  12.  
  13. main(){
  14. blad();
  15. system("PAUSE");
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement