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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,55603c56db8d8307,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-18 16:53:28 PST Path: bga.com!news.sprintlink.net!redstone.interpath.net!ddsw1!news.kei.com!yeshua.marcam.com!charnel.ecst.csuchico.edu!nic-nac.CSU.net!csulb.edu!zoltan From: zoltan@csulb.edu (S. Hegede) Newsgroups: comp.lang.ada Subject: Fibonacci Numbers? Date: 17 Sep 1994 20:54:32 GMT Organization: Cal State Long Beach Message-ID: <35fl28$1h3@garuda.csulb.edu> NNTP-Posting-Host: piggy.cecs.csulb.edu X-Newsreader: TIN [version 1.2 PL2] Date: 1994-09-17T20:54:32+00:00 List-Id: Hey! I'm an a beginning Ada programmer and I've been stuck for a while on trying to write a program in which a user can get the number in a Fibonacci series( Ex. 1,1,2,3,5,8,13,21...) by typing its position in the series. I only need help on getting the formula down that would calculate the next number in the series. Thanks for the help. .