File ELKE.BA (BASIC source file)

Directory of image this file is from
This file as a plain text file

20 DIM Y$(72)
30 PRINT "P(0)="
40 INPUT P
50 PRINT "G="
60 INPUT G
70 PRINT "M="
80 INPUT M
83 PRINT "FUER WIEVIEL JAHRE MOECHTEST DU DAS WACHSTUM BERECHNET "
84 PRINT "HABEN?"
85 INPUT Z
86 FOR N=0 TO Z
90 P=(1+G)*P-M*P*P
91 PRINT INT(P+0.5);
95 FOR K=0 TO INT (P+0.5)-1
97 PRINT " ";
98 NEXT K
100 PRINT "*"
120 NEXT N
130 END



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search