Uses Crt,dos; Const Gunler:Array[0..6] of String=('Pazar','Pazartesi','Sali','Carsamba', 'Persembe','Cuma','Cumartesi'); Var yil,ay,gun,hg:Word; Begin Clrscr; GetDate(yil,ay,gun,hg); Write(gun,'.',ay,'.',yil,' ',gunler[hg]); Readln; End.