October 2018 1 18 Report

PRACA DOMOWA Z PROGRAMOWANIA: NAPISZ KOMENTARZE DO TEGO PROGRAMU: PILNE!!!!!!!!!!

uses crt;

procedure zamiana;

var tab:array[1..20] of integer;

pom,min,i,x,j,p_min,ilosc:integer;

begin write('podaj ile liczb chcesz:');

readln(ilosc);

for i:=1 to ilosc do begin write('podaj',i,'liczbe:');

readln(tab[i]);

end;

for i:=1 to ilosc do write (tab[i],' ');

writeln(' ');

for j:=1 to ilosc-1 do begin min:=tab[j];

p_min:=j; for i:=j+1 to ilosc do if tab[i]tab[i] then begin pom:=tab[i-1]; tab[i-1]:=tab[i]; tab[i]:=pom;

f:=1; end; until f=0; for i:=1 to ilosc do write(tab[i],',');

end;

var sort:integer;

begin

clrscr;

writeln('jakiej metody sortowania chcesz uzyc?');

writeln('do wyboru sa nastepujace metody:');

writeln('1-sortowanie przez zamiane');

writeln('2-sortowanie przez wstawienie');

writeln('3-sortowanie babelkowe');

readln(sort);

if sort=1 then zamiana;

if sort=2 then wstawianie;

if sort=3 then babelkowe;

readln;

end.

PROSZĘ!!


More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.