Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include<stdio.h>
  2. main()
  3. {
  4. int Entry;
  5. printf("%s ","Enter Your Byear : ");
  6. scanf("%d",&Entry);
  7. printf("%s %d %s \n","You're",2019-Entry,"Years Old");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement