uses crt; var x,y:integer; sonuc:real; k:char; procedure menu; begin clrscr; gotoxy(15,5); writeln(’(+) islemi’); gotoxy(15,7); writeln(’(-) islemi’); gotoxy(15,9); writeln(’(*) islemi’); … more →
Programlama2000 Software & Internet Securityprogramlama2000 wrote 5 months ago: uses crt; var x,y:integer; sonuc:real; k:char; procedure menu; begin clrscr; gotoxy(15,5); writeln( … more →