Pex6F99.Pas
PROGRAM Pex6F99 (input, output);
{ Program to compute and print a table of values of x and x - cos(x)
using a function, for x = 0.0 to 10.0 in steps of 0.1 }
CONST delta = 0.1;
VAR x : real;
function f ( FPx : real ) : real;
Previous slide
Next slide
Back to first slide
View graphic version