From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9316ecaabdc23114,start X-Google-Attributes: gid103376,public From: dginc@tds.net Subject: Rounded off Date: 1999/06/09 Message-ID: #1/1 X-Deja-AN: 487627913 X-Complaints-To: abuse@tds.net (TDS.NET help Desk 1-888-815-5992) X-Trace: ratbert.tds.net 928958479 208.170.84.235 (Wed, 09 Jun 1999 15:01:19 CDT) Organization: TDS.NET Internet Services www.tds.net Reply-To: dginc@tds.net NNTP-Posting-Date: Wed, 09 Jun 1999 15:01:19 CDT Newsgroups: comp.lang.ada Date: 1999-06-09T00:00:00+00:00 List-Id: i am wondering how to have my output come out rounded insted of with decimals?? the output is 19.8 figured from calculation, i want it to output that rounded off (20). the calculation is from float a decimal and input is a whole number. any suggestions