Guest User

Untitled

a guest
Dec 16th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. program dropict;
  2.  
  3. uses sysutils;
  4. Var YY,MM,DD : Word;
  5. subject : longint;
  6. function drop(subject:longint):longint;
  7. begin
  8. if subject = 1 then drop := 1;
  9.  
  10. end;
  11. begin
  12. subject :=1;
  13. if drop(subject)=1 do begin
  14. writeln('You can drop ict ', 'by', DeCodeDate (Date,YY,MM,DD),' ! ');
  15. end;
  16. else writeln('You cannot drop yet!');
  17. ......
  18. end.
Add Comment
Please, Sign In to add comment