Suppose you have a button, cmdCompute, and two text boxes, txtInput and txtOutput. Write code so the user can enter an “income” value in txtInput and the resulting tax is displayed in txtOutput. Compute the tax using this system:
a.Income of $10000 or less is taxed at a simple 15% rate.
b.Income of more than $10000 is tax at 15% for the first $10000 and 25% of the income in excess of $10000.
2006-12-12
05:30:51
·
3 answers
·
asked by
bhs00
2
in
Computers & Internet
➔ Programming & Design