October 2018 1 12 Report

1. Podany program zmodyfikuj tak, aby co druga jego litera była duża np. rObErT
program nazwa;
var
napis:String[25];
i:Byte;
begin
writeln('Podaj tekst: ');
readln(napis);
for i:=length(napis) downto 1 do
writeln(napis[i]);
readln;
end.
2. Wypełnij tablicę 100 elementową przy użyciu pętli for liczbami od 1 do 100


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.