Microsoft Visual Basic 2010
Sharp Barrow,Cable Direct的计费主管,要求您创建一个可用于计算和显示客户账单的应用程序.创建一个可视的Basic WIndows应用程序.对任何一个文本框进行更改时,清除总到期"框 或任一单选按钮.我需要代码方面的帮助.检查问题:具有三个高级渠道和10个连接的商业客户的应付款总额为@ 246.50.
Sharon Barrow, the billing supervisor as Cable Direct, has asked you to create an application that she can use to calculate and display a customer's bill. Create a visual Basic WIndows Application. Clear Total Due box when change is made to either text box or either radio button. I need help with code. Checking Problem: The total due for a Business customer with three premium channels and 10 connections is @246.50.
居民客户:
手续费:$ 4.50 基本服务费:30美元优质频道;每个频道$ 5
Processing fee: $4.50 Basic Service fee: $30 Premioum Channels; $5 per channel
企业客户:
手续费:$ 16.50基本服务费:前10个连接为80美元; ea $ 4.其他 高级频道:任意数量的连接数,每个频道$ 50
Processing fee: $16.50 Basic service fee: $80 for first 10 connections; $4 for ea. additional Premium channels: $50 per channel for any number of connections
嗨DHVBOSS
Hi DHVBOSS
好的,所以您已经概述了家庭作业.您对一些不起作用的代码有什么疑问?
OK, so you've outlined your homework assignment. What is the question you have regarding a bit of code that is not working?
第一件事是您需要使用适当的控件设置表单-文本框,单选按钮等. -如果您还没有
first thing is you need to set up your Form with the proper controls - TextBoxes, RadioButtons, others? - if you haven't already
就您的代码而言,我们是志愿者,他们乐于帮助解决特定代码段的问题.但这不是代码编写服务.
as far as your code goes, we are volunteers who are more than willing to help solve a problem with a specific piece of code. But this is not a code-writing service.
能否请您显示出您无法使用的代码?
Can you please show the code you have that is not working?