Advertisement
Guest User

Lily

a guest
Sep 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. #include<stdio.h>
  2.  int main ()
  3.  {
  4.  
  5.      int a,b,c;
  6.     scanf("%d",&a);
  7.      b =85-a;
  8.      c =b+1934;
  9.      printf("your bird year is %d\n",c);
  10.      return 0;
  11.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement