Advertisement
YArt

Untitled

Sep 3rd, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. int J, M, A, JMax;
  3. Bool VJ, VM, B;
  4. main(){
  5. printf("Day number");
  6. scanf("%d",&J);
  7. printf("Month Number");
  8. scanf("%d",&M);
  9. printf("Year Number");
  10. scanf("%d",&A);
  11. if(VJ && VM ) printf("that's a right date !");
  12. else printf("it's a wrong date !");
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement