Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this exercise, you create an application that calculates a customer's cable bill. Create a Windows Forms application. Use the following names for the project
In this exercise, you create an application that calculates a customer's cable bill. Create a Windows Forms application. Use the following names for the project and solution, respectively: Cable Direct Project and Cable Direct Solution. Save the application in the VBeChapo folder. F F F A A AA
a Create the interface shown in Figure Display numbers from o through in the lstPremium control. Display numbers from o through in the lstConnections control. When the interface appears, the first item in each list box should be selected.
b The Calculate button's Click event procedure should calculate and display a customer's cable bill. The cable rates are shown in Figure Business customers must have at least one connection. Use two functions: one to calculate and return the total due for business customers, and one to calculate and return the total due for residential customers.
c The form's FormClosing event procedure should verify that the user wants to close the application.
d The total due should be cleared when a change is made to a radio button or list box.
e Save the solution and then start and test the application. The total due for a business customer with premium channels and connections is $ The total due for a residential customer with premium channels is $
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started