DELPHI / Open Source Ahmdialogs

(* This File is Part of the AHM Triton Tools for Borland Delphi and C++ Builder. Copyright (c) 1995 – 1998 AHM Alexander H. Mehlhorn For more Information contact AHM at E-Mail : [email protected] ICQ : 176724 or URL http://www.ahm.co.za AHM is copyright by Alexander H. Mehlhorn All Parts of this Collection were developed, designed and implemented by AHM Under […]

» Devamını Oku

PASCAL / Asgari Geçim İndirimi

program asgari_gecim_indiri; uses crt; const s_oran = 50; var med,es : char; cocuk : 1..15; oran : real; begin {$R+} clrscr; write(‘Evlimisin bekarmsn? (e yada h ) > ‘); readln(med); writeln; if med in [‘H’,’h’] then begin write(‘Asgari ge‡im indirim orannz ‘, s_oran); end else begin write(‘EŸiniz ç‡alŸyor mu? (e yada h ) > ‘); readln(es); writeln; if es in […]

» Devamını Oku

mIRC Html Remotesi

» Devamını Oku
1 35 36 37 38 39 73