Tahamina_Taha

ex4

Feb 5th, 2017
79
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.     int a;
  5.     printf("please enter your age: \n");
  6.     scanf("%d",&a);
  7.     printf("congratulation! your are now %d.",a);
  8.     return 0;
  9. }
Add Comment
Please, Sign In to add comment