home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / source / pr5_2dd.seq < prev    next >
Text File  |  1990-04-19  |  517b  |  15 lines

  1. \ Problem 5.2    Dan Dubrick    Set 14D4
  2.  
  3. The minimum and maximum number that each of the programs can take is:
  4.  
  5.       Program                  Minimum       Maximum
  6.  
  7.        AREA                       1            102
  8.        SPHERE VOLUME              1             19
  9.        CONE VOLUME (HEIGHT)       1          32767 with 1 radius
  10.        CONE VOLUME (RADIUS)       1            102 with 1 height
  11.        DIAGONAL OF A SQUARE       1          23170
  12.        HEIGHT OF EQUILATERAL      2          18918
  13.  
  14.  
  15.