home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / timup13.zip / source.zip / junk.c next >
C/C++ Source or Header  |  1993-06-21  |  105b  |  9 lines

  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5.   double a, b;
  6.   a = 16.54; b=16.53;
  7.   printf("%20.20f\n",a - b);
  8. }
  9.