home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java by Example
/
jbecd.bin
/
JBE-CD
/
NTUsers
/
JBECODE.ZIP
/
JavaByExample
/
chap05
/
lst5_1.txt
next >
Wrap
Text File
|
1996-01-30
|
113b
|
7 lines
// Calculate the amount of sales tax.
a = b * c;
// Add the sales tax to the purchase amount.
d = b + a;