PROGRAM Q;
{$mode TP} // I did implement the directive
USES Crt,Dos,Printer;
VAR
GGG1,GGG3,GGG4,D1,M1,G1,D3,M3,G3,M4,G4:word;
Ch,n,j :byte;
name1,ime :string[30];
Ans :char;
DayofWeek,D4 :word;
Wat about the Project ? - what kind of project to select at the begin:
- Application;
- Program;
- Console application;
- ........
?