Open the VB2015Chap03Bonus SolutionBonus Solution (Bonus Solution.sln) file. The application displays a salespersons total sales and bonus

Question:

Open the VB2015\Chap03\Bonus Solution\Bonus Solution (Bonus Solution.sln) file. The application displays a salesperson’s total sales and bonus amounts. The bonus is calculated by multiplying the total sales by 10%. Make the Calculate button the default button. Open the Code Editor window and enter your name, the current date, and the three Option statements in the General Declarations section. Code the application using variables, a named constant for the bonus rate, and the TryParse and ToString methods. Display the total sales and bonus amounts with a dollar sign, two decimal places, and a thousands separator (if appropriate). Save the solution and then start the application. Test the application by calculating the bonus for a salesperson whose sales are $2000, $4550.89, and $5650.99.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: