with all the programs i download from this site keep getting errors that the units not found. i declared the units dir in directory d:\fpc\..\units
but keep getting errors.
please help
i want to make a table with 12 var but do not know how to begin. Can you help me how my body needs
i want the output to look like this
1 2 3 4 5 6 7 8 etc
1 2 3 etc
2 3 4
3 etc
4
5
6
7
etc
then i want to find the values with combined are over 75 something like this
if...
program zetels;
uses Wincrt;
var win,cda, pvda, sp: real;
begin
writeln ('cda');
readln(cda);
writeln('pvda');
readln(pvda);
writeln('sp');
readln(sp);
procedure coalitie;
begin
if cda+pvda+sp< 75 then
writeln('coalitienietmogelijk');
end;
begin
if (cda > pvda) and (cda > sp)
then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.