home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CIA World Factbook 1992
/
k3bimage.iso
/
sel
/
04
/
0057
/
interest.bas
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
GW-BASIC
|
1991-12-02
|
256 b
|
5 lines
10 INPUT "Enter the amount of principle.",PRIN
20 INPUT "What is the interest rate(use decimal)";RATE
30 INTEREST=PRIN*RATE
40 PRINT "$";INTEREST;" on $";PRIN;"at";RATE;"%"