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-Thread: 103376,7255bf4b86d6b125 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news4.google.com!news.glorb.com!newsfeed2.telusplanet.net!newsfeed.telus.net!nntp.abs.net!news.abs.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: help with starting a program (newbie) References: <1140126464.020101.55150@o13g2000cwo.googlegroups.com> From: Stephen Leake Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:m9TaX30NWmYr/ID/R+8BNtUw2iQ= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 Feb 2006 04:28:10 -0500 NNTP-Posting-Host: 66.159.65.1 X-Complaints-To: abuse@toad.net X-Trace: news.abs.net 1140168494 66.159.65.1 (Fri, 17 Feb 2006 04:28:14 EST) NNTP-Posting-Date: Fri, 17 Feb 2006 04:28:14 EST Xref: g2news1.google.com comp.lang.ada:2929 Date: 2006-02-17T04:28:10-05:00 List-Id: "isaac2004" writes: > hello i am in a basic ada class and i have an assignment that asks to > find all sociable chains in a range defined by the user. That's good. Welcome to the wonderful world of Ada. > this program finds the sum of the divisors of any number entered. any > help with this program would be greatly appreciated. We won't do your homework for you; that's not a good way for you to learn Ada. If you make an attempt, and get stuck, and post a small piece of code here, we will help you understand why it doesn't work. -- -- Stephe