Can someone please help me do this.
Create a web page that prompts a user to enter any number of Sales
Person 's names and total sales. Calculate the sales person’s pay based on the following:
• Base pay is $1,000
• Sales over $10,000 add a 1% bonus of total sales.
• Any sales over $20,000 add a 2% bonus.
Example:
Sales: $450,000
Pay: $1000 + 1% of $450,000 + 2% of $430,000 = $14,100
Create a table for output that lists each sales person, total sales and pay in descending order by total sales.(The table must have colors).
The last row of the table must contain total sales and total pay.
Ask the user if they want to print the table after it has been shown.
Ensure that all fields are entered and the sales entered are numeric and non-negative.
g_leneal@yahoo.com
Thank you
2007-03-25
11:58:48
·
3 answers
·
asked by
?
1