Advertisement
Rehan_Rahman26

output 3

Oct 9th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4. printf("---------------------------------------\n\n");
  5. printf("|x = 35 |\n\n");
  6. printf("| |\n\n");
  7. printf("| x = 35 |\n\n");
  8. printf("| |\n\n");
  9. printf("| x = 35|\n\n");
  10. printf("---------------------------------------\n\n");
  11. return 0;
  12.  
  13.  
  14.  
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement