Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please read all parts and use the 3 option statements. also type the pseudocode with it explaining each part of the actual code. thanks! calculates
please read all parts and use the 3 option statements. also type the pseudocode with it explaining each part of the actual code. thanks!
calculates a customers eable bill Create In this exercise, you create an application that a Windows Forms application. Use the following names for the project and solu respectively: Cable Direct Project and Cable Direct Solution. Save the application VB20171Chap06 folder tion, in a. Create the interface shown in Figure 6-60. Display numbers from 0 through 20 in the IstPremium control. Display numbers from 0 through 100 in the IstConnections 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 included in Figure 6-60. Business customers Exercises 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 d for residential customers. ue 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 3 premium channels and 12 connections is $254.50. The total due for a residential customer with 3 premium channels is $49.50.) Cable Direct Premium channels: Connections IstPremi O Business IstConne O Besidential Total due Calculate Residential customers: Processing fee: $4.50 Basic service fee: $30 Premium channels: $5 per channel Business customers: Processing fee: $16.50 onnections; $4 for each addtional connection Pren service fee: 80t in channels: $50 per channel for any number of connectionsStep 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