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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,866f55656f224cc8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-16 02:53:09 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Question from newbie Date: Mon, 16 Feb 2004 10:53:08 +0000 (UTC) Organization: PVV Message-ID: References: <40302ec4$1_2@news.tm.net.my> NNTP-Posting-Host: k-083152.nt.ntnu.no X-Trace: tyfon.itea.ntnu.no 1076928788 10790 129.241.83.152 (16 Feb 2004 10:53:08 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Mon, 16 Feb 2004 10:53:08 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:5592 Date: 2004-02-16T10:53:08+00:00 List-Id: On 2004-02-16, Cecilia Chew wrote: > Hi all, > I'm still in learning Ada. However, there were something missing in > coding. Could someone point out my problems. Just take an example, i'm > now doing a program that ask user input x characters and program will > sort the user's input into ascending order. The is below: Before helping two questions: 1. Is this homework? 2. Why do you do this: type Str is array (Index) of Char; -- "Saving keystrokes is the job of the text editor, not the programming language."