Guest User

Untitled

a guest
Apr 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. /*
  2. Name: haytham1
  3. LANG: C++
  4. Prob: ljhakjfh
  5. */
  6. #include <stdio.h>
  7.  
  8. int main()
  9. {
  10. FILE*input = fopen("New Text Document.in","r");
  11. FILE*output = fopen("noran2.out","w");
  12. int x;
  13. fscanf(input,"%d",&x);
  14.  
  15. fprintf(output,"%d",x+5);
  16. return 0;
  17. }
Add Comment
Please, Sign In to add comment