Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include <stdio.h>  
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6.  
  7. int a=1000;
  8.  
  9. double b;
  10.  
  11. b=a/20.2;;
  12.  
  13. printf("%f\n",b);
  14.  
  15.     system("PAUSE");
  16.     return 0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement