home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java by Example
/
jbecd.bin
/
JBE-CD
/
JavaByExample
/
chap05
/
lst5_1.txt
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-29
|
113 b
|
7 lines
// Calculate the amount of sales tax.
a = b * c;
// Add the sales tax to the purchase amount.
d = b + a;