Advertisement
LuandaBernardo

Untitled

Dec 10th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <conio.h>
  3. #include <stdlib.h>
  4. #include <string.h>
  5.  
  6. main ()
  7.  
  8.  
  9. {
  10.  
  11. int opcao, i;
  12.  
  13.  
  14.  
  15. printf ("\n 1 - \n 2 - \n 3 - \n 4 - \n 5 - Sair ")
  16.  
  17.  
  18.  
  19.  
  20.  
  21. getch ();
  22. return 0;
  23.  
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement