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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4de2579a53c3574f X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Help with my program Date: 1997/02/18 Message-ID: #1/1 X-Deja-AN: 219616683 References: <3308B6FD.507C@fdusvrt1.fdu.edu> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-02-18T00:00:00+00:00 List-Id: Doriapp says << But my problem is it says b is never assigned a value and also i need to change the integer to a user defined one how do i achieve it?>> The reason it says that b is never assigned a value is that b is never assigned a value, as is clear from your code! I do not understand your confusion