Advertisement
crescent72

Untitled

Dec 21st, 2016
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.37 KB | None | 0 0
  1.     #include<stdio.h>
  2.     #include<stdlib.h>
  3.  
  4.     int main()
  5.     {
  6.         int gun;
  7.  
  8.         int ay = 30 ;
  9.         int bolum;
  10.         int mod;
  11.  
  12.         printf("Gün sayısını girin:");
  13.         scanf("%d",&gun);
  14.  
  15.         bolum = gün / ay ;
  16.         mod = gün % ay;
  17.  
  18.         printf("Ay : %d\n", division);
  19.         printf("Gün: %d\n", mod);
  20.  
  21.         system("pause");
  22.         return 0 ;
  23.  
  24.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement