Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Chapter 3 Exercise 14 of Programming with Microsoft Visual Basic 2017 8th Edition 14. In this exercise, you will complete the Sales application that you

Chapter 3 Exercise 14 of Programming with Microsoft Visual Basic 2017 8th Edition

14. In this exercise, you will complete the Sales application that you created in Exercise 8 in Chapter 2. Use Windows to copy the Sales Solution folder from the VB2017\Chap02 folder to the VB2017\Chap03 folder. Open the Sales Solution.sln file contained in the VB2017\Chap03\Sales Solution folder. You created a Planning Chart for this application in Chapter 2. Enter the three Option statements in the Code Editor window. One of the buttons in the interface should calculate and display the percentage of the total sales made by each of the three salespeople. Code the buttons Click event procedure using Double variables. Display the percentages with a percent sign and one decimal place. Save the solution and then start and test the application. (When testing the application with invalid data, the percentages may display as NaN, which stands for Not a Number. The message is a result of dividing a number by 0. In Chapter 4, you will learn how to use a selection structure to prevent this error message.) Now professionalize your interface by coding each text boxs TextChanged and Enter event procedures. Save the solution and then start and test the application.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started