September 2018 1 6 Report

Witam mam problem z Turbo Pascalem.Miłem zrobić programm z instrukcją CASE który wygląda tak :

Program Wykonywujacy_instrukcje_case;
uses crt;
var
a, b, h, e, f, c, p :integer;
begin
clrscr;
writeln('MENU:');
writeln('1:Oblicz Pole Prostokąta');
writeln('2:Oblicz Pole Trójkata');
writeln('3:Oblicz Pole Rombu');
c:=readkey;

Case c of
1:begin
writeln ('Wprowadz a:');
readln(a);
writeln ('Wprowadz b:');
readln(b);
if a>0 then
begin
p:=a*b;
writeln('Pole Prostokata: ',p)
end
Else a<=0 then
begin
writeln('Długość Boku nie może byc ujemna!');
end;
end;
end;

Oczywiście jest on niedokończony ale pokazuje się taki komunikat:(załącznik)

Co mam zrobić próbowałem zmieniać przecinki średniki i nic pomóżcie!!

Dam Naj!!!


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.