ex22.pp 123 B

1234567
  1. Program Example22;
  2. { Program to demonstrate the Exp function. }
  3. begin
  4. Writeln (Exp(1):8:2); { Should print 2.72 }
  5. end.