Napisz program obliczający obwód trójkąta o bokach A,B i C, gdzie A jest typu całkowitego, B jest równe połowie boku A, C jest stałe i wynosi 30.
Program w jakim to trzeba to Pascal.
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
uses crt;
var a:integer;
begin
clrscr;
write('Podaj dlugosc boku A: ');
readln(a);
write('Obwod trojkota to: ',a+(a div 2)+30);
readkey;
end.
Plik exe: http://hotfile.com/dl/133106116/c8d60e5/TROJKAT.EXE.html