October 2018 1 18 Report

Proszę o pomoc nie wiem gdzie zrobiłam błąd

Program Ogrod;

Uses CRT;

BEGIN

clrscr;

writeln('Ania i Monika maj bardzo adnie ogrody.'>;

writeln('W sklepie ogrodniczym kupiy siatk o takiej samej dugoci do cakowitego ogrodzenia swoich ogrodw.');

writeln('Ogrd Ani o dugoci x i szerokoci y.');

writeln('Ogrodu Moniki wiedzc ze ma ksztat kwadratu.');

writeln('Podaj dugo boku');

readln(x);

writeln('Podaj szeroko boku');

readln(y); p:=x*y;

writeln('Pole ogrodu o boku x =' , x:5:2, ' i boku y = ',y:5:2);

writeln('Pole ogrodu wynosi' , pole:5:2, '.');

readln(p);

readln;

END.


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.